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
Composition API is a new way to write your Vue components. However, currently Vetur only provides quick snippets for Options API for the script tag. It would be awesome if Vetur provides snippets to quickly scaffold Composition API-based components, both with and without TypeScript.
For example, we can type composition-ts to quickly write
Feature Request
Composition API is a new way to write your Vue components. However, currently Vetur only provides quick snippets for Options API for the
script
tag. It would be awesome if Vetur provides snippets to quickly scaffold Composition API-based components, both with and without TypeScript.For example, we can type
composition-ts
to quickly writeAnd
composition-js
to writeThe text was updated successfully, but these errors were encountered: