-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
升级到 Vue 2.7 | 提供组合式 API,且无需修改现有代码 #4337
Conversation
试了下, 开着 Volar & TS Takeover, 有不少组件还是会报错的 (有些是写法 / 类型确实不对, 有些是用了 mixin 识别不了) |
这个确实没法子,不改现有代码的话,就只能假装看不见报错了。反正 Volar 报错不影响编译,没有实质影响。而且,有报错也算是好事,比没报错好。 或者不知道继续用 Vetur 怎么样,我没试过。需要我把关于 Volar 的更改都去掉吗? |
那还是先无视吧,Volar 总归靠谱很多 |
Takeover 也有点问题, 在组件里引用来自 |
没太明白你的意思,我暂时没发现什么问题。是已经写过 import,但在使用的时候鼠标移上去没有类型提示吗? 什么时候,什么情况下出现问题 如果需要的话,有图吗 |
不涉及 core 与任何 feature 代码的更改。仅升级 vue 及相关工具。
可在正式升级 vue 3 之前,提供组合式 API 支持,而不破坏已有代码(限制:与 Vue 3 的行为差异)。
推荐插件改为 Volar。