feat: update antdv to 4.0.0

This commit is contained in:
CCherry07 2023-07-23 11:40:30 +08:00 committed by chuzhixin
parent bb8ffbd7df
commit 7483c8ca3e
2 changed files with 3 additions and 2 deletions

View File

@ -13,13 +13,15 @@
"deploy": "start ./deploy.sh" "deploy": "start ./deploy.sh"
}, },
"dependencies": { "dependencies": {
"ant-design-vue": "^3.2.15", "@ant-design/icons-vue": "^6.1.0",
"ant-design-vue": "4.0.0",
"axios": "^0.21.1", "axios": "^0.21.1",
"clipboard": "^2.0.8", "clipboard": "^2.0.8",
"core-js": "^3.15.2", "core-js": "^3.15.2",
"dayjs": "^1.10.6", "dayjs": "^1.10.6",
"js-cookie": "^3.0.0-rc.3", "js-cookie": "^3.0.0-rc.3",
"mockjs": "^1.1.0", "mockjs": "^1.1.0",
"qs": "^6.11.2",
"remixicon": "^2.5.0", "remixicon": "^2.5.0",
"vue": "^3.1.4", "vue": "^3.1.4",
"vue-router": "^4.0.10", "vue-router": "^4.0.10",

View File

@ -3,7 +3,6 @@ import Antd from 'ant-design-vue'
import App from './App' import App from './App'
import router from './router' import router from './router'
import store from './store' import store from './store'
import 'ant-design-vue/dist/antd.css'
import '@/vab' import '@/vab'
/** /**
* @author chuzhixin 1204505056@qq.com * @author chuzhixin 1204505056@qq.com