type definition for custom elements created without using vue to consume in vue app #11534
Unanswered
chintankavathia
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Vue version
3
Link to minimal reproduction
NA
Steps to reproduce
Create a custom element (WebComponent) outside of vue app and use it in Vue app.
There is no way to provide type information about the custom elements.
What is expected?
Provide a way to add custom element type information similar like
GlobalComponents
What is actually happening?
third party webcomponents don't provide any type information.
System Info
No response
Any additional comments?
No response
Beta Was this translation helpful? Give feedback.
All reactions