You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
I'd like this:
<my-component :
to suggest and auto-complete:prop1
and:prop2
. Is it feasible?The text was updated successfully, but these errors were encountered: