Types for Fallthrough Attributes #8483
Unanswered
theguriev
asked this question in
Help/Questions
Replies: 1 comment
-
Related to #8984 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys 👋
Does anyone know how to make the component have all the native events? Such as: @click, @input, @blur, etc.
What should I add to defineProps so that the component has these event types?
The events themselves work, but the types of them do not. I tried to find the answer but I couldn't do it here https://vuejs.org/guide/components/attrs.html#accessing-fallthrough-attributes-in-javascript
Beta Was this translation helpful? Give feedback.
All reactions