script引入vue出现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 - 完成
以上是 script引入vue出现unresolved type vue 的全部内容, 来源链接: utcz.com/z/374968.html