摘要: 1.根目录下新建vue.config.js 2. module.exports = { lintOnSave: false, devServer: { overlay: { warnings: true, errors: true } } } 阅读全文
posted @ 2021-02-14 16:01 ajaXJson 阅读(37) 评论(0) 推荐(0) 编辑