Component name "login" should always be multi-word.
根目录 vue.config.js
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
lintOnSave:false
//添加 这一行 代码即可
})
Component name "login" should always be multi-word.
根目录 vue.config.js
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
lintOnSave:false
//添加 这一行 代码即可
})