We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You can no longer globally register components within Vue3 (Register components from anywhere within the code) by utilizing Vue.component().
Vue.component()
It is possible within Vue3 to get an instance of the current app and use it to register a component.
ui/src/components/kytos/napp/Toolbar.vue
Line 59 in 4c1d92b
https://v3-migration.vuejs.org/breaking-changes/global-api.html#global-api-application-instance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
You can no longer globally register components within Vue3 (Register components from anywhere within the code) by utilizing
Vue.component()
.Possible Fix
It is possible within Vue3 to get an instance of the current app and use it to register a component.
Example in Code
ui/src/components/kytos/napp/Toolbar.vue
Line 59 in 4c1d92b
Documentation
https://v3-migration.vuejs.org/breaking-changes/global-api.html#global-api-application-instance
The text was updated successfully, but these errors were encountered: