2.6.10
复制链接https://github.com/takhello/vue-project-main
重现步骤01.新建项目,安装默认依赖 02.新建.js文件 03.书写javascript语法 04.没有语法提示 05.新建.vue文件 06.书写语法提示,有提示 07.node_module提示目录,.js文件恢复 08.参考文件 package.json默认里的依赖项目 "dependencies": { "core-js": "^3.4.3", "vue": "^2.6.10" }, "devDependency": { "@vue/cli-plugin-babel": "^4.1.0", "@vue/cli-plugin-eslint": "^4.1.0", "@vue/cli-service": "^4.1.0", "babel-eslint": "^10.0.3", "eslint": "^5.16.0", "eslint-plugin-vue": "^5.0.0", "vue-template-compiler": "^2.6.10" },
bug:为什么安装默认依赖会导致.js文件无语法提示?
预期是什么?js文件出现语法提示
到底发生了什么?目前.js文件无提示
参考提交的图片附件 01.vue文件语法提示 02..js文件无语法提示