Replies: 2 comments 1 reply
-
Good point! |
Beta Was this translation helpful? Give feedback.
0 replies
-
See v0.3.0, it should be supported. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello!
Vue 3.5 introduced the ability to safely destructure props within the
defineProps
macro.I'm curious if there are any plans to implement similar behavior for props within components for vue-vine?
Currently, destructuring props results in the error
If you're defining a Vine component function's props with formal parameter, it must be one and only identifier (vue-vine)
Beta Was this translation helpful? Give feedback.
All reactions