在webStorm中出现unresolved type vue提示
作者:互联网
Vue入门踩坑之unresolved type vue
问题描述
在webstorm中用script标签引入vue.js,能够正常执行,但是在创建Vue对象时出现未能解析的提示
解决方案:
下载Vue
保存并解压
- 打开webstorm==> settings ==> Language&Frameworks ==> JavaScript ==> Libraries ==> 右侧Add
点击attach files
路径选择刚刚下载的文件夹中\vue-2.6.11\src\core
不用再继续点,直接点击ok
完成
标签:unresolved,vue,webstorm,webStorm,点击,Vue,type 来源: https://blog.csdn.net/weixin_45641191/article/details/120117930