-
-
Notifications
You must be signed in to change notification settings - Fork 594
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: use Vue TS plugin #2145
base: master
Are you sure you want to change the base?
feat: use Vue TS plugin #2145
Conversation
}, | ||
"typescriptServerPlugins": [ | ||
{ | ||
"name": "@vuedx/typescript-vetur", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is @vuedx/typescript-vetur
and where is its source code located?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's TS plugin version for vetur.
/cc @octref
I'm trying renaming on https://github.com/octref/veturpack/blob/e497ab2c4000c0139d94c2dd4599fa92a4b79530/src/Test.vue#L3, for either |
Vue 3 compiler treats lower case tag names as elements or web components: https://github.com/vuejs/vue-next/blob/50adc014f59a7f385c836014abb059ec72c52239/packages/compiler-core/src/parse.ts#L483-L487 so renaming
|
@znck |
Let's wait couple more weeks, I'll try to make it a bit more stable. |
@znck Is the time ripe? |
I need to make one more change for 2.x support, using |
Is |
No description provided.