Exposing Fallthrough attributes on consumer component #3361
Replies: 1 comment 2 replies
-
I can't speak for whether VLT can extract the state of Unless I'm missing something and there exists a good hypothetical solution that would satisfy both use-cases... |
Beta Was this translation helpful? Give feedback.
-
Fallthrough attributes are nice for wrapping components: https://vuejs.org/guide/components/attrs.html
But is there a way to automatically expose what are the props, emits, slots that can be used from intellisense point of view?
Can the metadata be automatically extracted from the wrapped component?
Not sure if it is related to #3201
Beta Was this translation helpful? Give feedback.
All reactions