Skip to content

Commit

Permalink
update the version of project
Browse files Browse the repository at this point in the history
  • Loading branch information
iczer committed Aug 27, 2020
1 parent a44c82f commit ad11e31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions src/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
module.exports = {
theme: {
color: '#13c2c2',
mode: 'night'
mode: 'dark',
},
multiPage: true,
animate: {
name: 'roll',
direction: 'default'
name: 'lightSpeed',
direction: 'left'
}
}

0 comments on commit ad11e31

Please sign in to comment.