-
-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(language-core): support @vue-generic
#4971
Conversation
v-generic
v-generic
vue-component-meta
vue-component-type-helpers
@vue/language-plugin-pug
@vue/language-core
@vue/language-server
@vue/language-service
vue-tsc
@vue/typescript-plugin
commit: |
I think writing types in We should use |
The runtime support for |
@KazariEX I see, but this will still break Vue versions prior to vuejs/core#12301, especially since Vue 2 has stopped being maintained. Since this is a language tools specific feature, we need an implementation that doesn't have to change core. |
Can we consider it as a feature of the next minor version? |
v-generic
@vue-generic
resolve vuejs/core#8015