Closed GreatHonour closed 1 month ago
Please provide a minimal reproduction.
Please provide a minimal reproduction.
我需要怎么提供呢,我没升级之前,没有这个报错,但是升级之后就有,一直没有找到解决的方案,ComponentCustomProperties这个我也添加的l
你把所有依赖都更新了再看看,然后在 node_modules 里搜索 declare module "@vue/runtime-core"
,仍然在使用这种方式增强类型的库会导致目前推荐的 declare module "vue"
所增强的类型失效。
我回退到这个版本就没有问题,应该是我的typescript问题,回头我在研究下,给你添麻烦了
Vue - Official extension or vue-tsc version
2.1.6
VSCode version
1.93.1
Vue version
3.5.10
TypeScript version
5.6.2
System Info
No response
package.json dependencies
Steps to reproduce
What is expected?
Do not issue a warning
What is actually happening?
Upgrade vue-tsc@2.16 And vue-offcial@2.1.6 Afterwards, the property '$xx' does not exist on 'CreateGroupPublicInstanceWithMixins'. ts-plugin(2339)
Link to minimal reproduction
No response
Any additional comments?
No response