update the version of project

master
iczer 5 years ago
parent a44c82f937
commit ad11e315e6
  1. 2
      package.json
  2. 6
      src/config/config.js

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

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

Loading…
Cancel
Save