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
3.2.37
https://stackblitz.com/edit/vitejs-vite-izmuu4?file=src%2FApp.vue,src%2Fcustom.js,vite.config.js,src%2FButton.ce.vue,src%2Fmain.js&terminal=dev
custom.js defines a custom element When used in app.vue, the method log defined in cannot be called
the method log defined in can be called
the method log defined in cannot be called
No response
The text was updated successfully, but these errors were encountered:
This is not a bug, it's simply not supported (and nothing in our docs say it would be)
This could be made possible if we decide to work a feature for #5540
Sorry, something went wrong.
No branches or pull requests
Vue version
3.2.37
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-izmuu4?file=src%2FApp.vue,src%2Fcustom.js,vite.config.js,src%2FButton.ce.vue,src%2Fmain.js&terminal=dev
Steps to reproduce
custom.js defines a custom element When used in app.vue, the method log defined in cannot be called
What is expected?
the method log defined in can be called
What is actually happening?
the method log defined in cannot be called
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: