Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vue3 async component #68

Open
rmotitsuki opened this issue Jun 10, 2024 · 0 comments
Open

Vue3 async component #68

rmotitsuki opened this issue Jun 10, 2024 · 0 comments
Labels
epic_ui_towards_vue3 Changes to upgrade towards Vue.js 3 epic_ui UI improvements priority_low Low priority

Comments

@rmotitsuki
Copy link

rmotitsuki commented Jun 10, 2024

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:

  • change the loading of NApps to use the Vue3 Async
  • replace the httpVueLoader library and customize vue3-sfc-loader to load NApps content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic_ui_towards_vue3 Changes to upgrade towards Vue.js 3 epic_ui UI improvements priority_low Low priority
Projects
None yet
Development

No branches or pull requests

2 participants