Views: 885
Last Modified: 28.04.2022
This chapter provides additional information related regarding Vue operation:
- Access to original Vue 3 methods – access to original Vue 3 methods using simple import; connecting Bitrix Framework integration plugin (
$Bitrix
); using the namespace BX.Vue3
for working within inline scripts at the standard page and in scripts without transpiling;
- Moving portion of template outside Vue application (Teleport) – example of
Teleport
Teleport is an integrated component allowing to move portion of component template to an arbitrary DOM node outside Vue application.
;
- Routing for third-party sites (VueRouter) – stipulates how to connect and launch routing library
VueRouter
VueRouter – official routing library for Vue.js. Its deeply integrated with the core Vue.js, which allows easily create SPA applications.
.