update the version of project

This commit is contained in:
iczer 2020-08-27 21:32:25 +08:00
parent 67d5505618
commit 6a40ef57f9
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "vue-antd-admin",
"version": "0.2.1",
"version": "0.4.2",
"homepage": "https://iczer.github.io/vue-antd-admin",
"private": true,
"scripts": {

View File

@ -2,11 +2,11 @@
module.exports = {
theme: {
color: '#13c2c2',
mode: 'night'
mode: 'dark',
},
multiPage: true,
animate: {
name: 'roll',
direction: 'default'
name: 'lightSpeed',
direction: 'left'
}
}