mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-05-20 11:34:46 +08:00
✨ 添加全局配置
This commit is contained in:
parent
810c2dd588
commit
2a32569625
@ -20,10 +20,10 @@
|
||||
"js-cookie": "^3.0.0-rc.1",
|
||||
"mockjs": "^1.1.0",
|
||||
"remixicon": "^2.5.0",
|
||||
"vab-config": "0.0.2",
|
||||
"vue": "^3.0.0",
|
||||
"vue-router": "^4.0.0-beta.13",
|
||||
"vuex": "^4.0.0-beta.4",
|
||||
"zx-layouts": "^0.6.15"
|
||||
"vuex": "^4.0.0-beta.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "^4.5.6",
|
||||
|
@ -3,5 +3,6 @@
|
||||
**/
|
||||
const config = {
|
||||
layout: "gallery",
|
||||
donation: true,
|
||||
};
|
||||
module.exports = config;
|
||||
|
@ -21,7 +21,7 @@ const {
|
||||
webpackBarName,
|
||||
webpackBanner,
|
||||
donationConsole,
|
||||
} = require("zx-layouts");
|
||||
} = require("vab-config");
|
||||
|
||||
if (donation) donationConsole();
|
||||
const { version, author } = require("./package.json");
|
||||
|
Loading…
x
Reference in New Issue
Block a user