保存进度!

This commit is contained in:
Kane 2022-12-23 00:10:01 +08:00
parent b0b7fa69f6
commit e16afd1696
2 changed files with 21 additions and 7 deletions

View File

@ -1,4 +1,21 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true
})
/*
* @Author: Kane
* @Date: 2022-12-17 11:08:18
* @LastEditors: Kane
* @LastEditTime: 2022-12-22 23:47:51
* @FilePath: \admin_system\vue.config.js
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
*/
const { defineConfig } = require('@vue/cli-service');
module.exports = defineConfig(
{
transpileDependencies: true,
devServer: {
open: true,
host: "localhost",
port: 8000,
}
}
);

View File

@ -1,3 +0,0 @@
{
"git.ignoreLimitWarning": true
}