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
feat: added snippets for defineEmits, defineProps, withDefaults macros
Adds TypeScript snippets for Vue 3 Composition API macros:
- v3emits-ts: defineEmits with TypeScript interface
- v3props-ts: defineProps with TypeScript interface
- v3withdefaults-ts: withDefaults with TypeScript interface
Based on PR sdras#132 from mpchelnikov
0 commit comments