在webStorm中出现unresolved type vue提示

Vue入门踩坑之unresolved type vue

问题描述

在webstorm中用script标签引入vue.js,能够正常执行,但是在创建Vue对象时出现未能解析的提示
在webStorm中出现unresolved type vue提示

解决方案:
下载Vue
在webStorm中出现unresolved type vue提示
在webStorm中出现unresolved type vue提示

保存并解压

  1. 打开webstorm==> settings ==> Language&Frameworks ==> JavaScript ==> Libraries ==> 右侧Add
    在webStorm中出现unresolved type vue提示

点击attach files
在webStorm中出现unresolved type vue提示
路径选择刚刚下载的文件夹中\vue-2.6.11\src\core
在webStorm中出现unresolved type vue提示

不用再继续点,直接点击ok
在webStorm中出现unresolved type vue提示

完成

上一篇:Idea前端页面报错:Unresolved function or method $()


下一篇:.NET 排序 Array.Sort 实现分析