版本回退
This commit is contained in:
@@ -2,10 +2,10 @@ const { defineConfig } = require('@vue/cli-service');
|
||||
|
||||
module.exports = defineConfig({
|
||||
devServer: {
|
||||
client: {
|
||||
overlay: false, // 重点:新版写法
|
||||
// client: {
|
||||
// overlay: false, // 重点:新版写法
|
||||
|
||||
},
|
||||
// },
|
||||
historyApiFallback: true,
|
||||
},
|
||||
transpileDependencies: true,
|
||||
|
||||
Reference in New Issue
Block a user