【Vue】Parsing error: The keyword ‘import‘ is reserved
当我们编写vue代码的时候,出现以下的错误解决方法:在根目录下的文件.eslintrc.js(如果没有自己新建一个),写下以下代码module.exports={root:true,parserOptions:{sourceType:'module'},//requiredtolint*.vuefilesplugins:['html'],//addyourcustomruleshere'rules