摘要:
首选项--》设置--》输入setting.json--》查找到设置文件 添加如下配置 "editor.tabSize": 2, "files.associations": { "*.vue": "vue" }, "eslint.autoFixOnSave": true, "eslint.option 阅读全文
摘要:
'use strict' // Template version: 1.3.1 // see http://vuejs-templates.github.io/webpack for documentation. const path = require('path') module.exports 阅读全文