vue学习:解决Apycharm的 * is only available in ES6(use 'esversion: 6') 问题

Posted 番茄土豆西红柿

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue学习:解决Apycharm的 * is only available in ES6(use 'esversion: 6') 问题相关的知识,希望对你有一定的参考价值。

使用pycharm打开main.js,代码前出现黄点,js报错了

把鼠标移至import的波浪线上,出现提示:W119 - ‘import’  is only available in ES6(use ‘esversion: 6‘) .意思是import属于ES6的语法,当前页面不能用。

在页面上加上 /* jshint esversion: 6 */ 就好了

以上是关于vue学习:解决Apycharm的 * is only available in ES6(use 'esversion: 6') 问题的主要内容,如果未能解决你的问题,请参考以下文章

vue中提示$index is not defined

VUE3出现Set operation on key "default" failed: target is readonly. 控制台报该警告的解决方案

Vue实战——使用代理服务器解决跨域问题——No‘Access-Control-Allow-Origin‘ header is present on the requested resource

解决控制台报错:Property or method “showInfo“ is not defined on the instance but referenced during render

解决控制台报错:Property or method “showInfo“ is not defined on the instance but referenced during render

[Vue warn]: Property or method "list" is not defined on the instance but referenced during