Open rmotitsuki opened 5 months ago
In order to move the code to Vue3, the NApps must be loaded as async components. Async component
The module httpVueLoader must be replaced for vue3-sfc-loader
httpVueLoader is a Vue2 library used for dynamic loading of NApps. Internally, it is custom coded in the component httpVueLoader.js
This issue is a two-phase implementation:
In order to move the code to Vue3, the NApps must be loaded as async components. Async component
The module httpVueLoader must be replaced for vue3-sfc-loader
httpVueLoader is a Vue2 library used for dynamic loading of NApps. Internally, it is custom coded in the component httpVueLoader.js
This issue is a two-phase implementation: