-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
If I start writing <my-component .. intellisense works fine and tells me the props of that component, but if I want to have auto-complete on v-bound props it doesn't work.
If these are my component props:
/** My first prop */
prop1: Number,
/** My second prop */
prop2: Number
}I'd like this: <my-component : to suggest and auto-complete :prop1 and :prop2. Is it feasible?
Metadata
Metadata
Assignees
Labels
No labels