Module ‘“vue“‘ has no exported member ‘ref‘

最近在尝试使用vue3+Ts遇见的问题,引用vue 模块时老是弹出这个提示

Module ‘“vue“‘ has no exported member ‘ref‘_第1张图片

在网上查询很多相关资料说时 Typescript版本和vue3兼容的问题

尝试了 根据别人提供的版本 把 typescript升级到 4.3.5

npm i [email protected]

发现问题依然存在,但是可以正常使用,就是一直有个提示看着难受

咨询身边的大神 给出的

解决方法:

vscode 禁用Vetur插件, 安装使用 voal 插件

Module ‘“vue“‘ has no exported member ‘ref‘_第2张图片

分析原因

vetur 报的错,大概是vue3+ts检测 功能还没更新过来

你可能感兴趣的:(那些年遇见的坑,vue.js,javascript,前端,vue3)