mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 06:58:53 +08:00
chore: bump deps
This commit is contained in:
@@ -11,7 +11,9 @@
|
|||||||
|
|
||||||
### ⚡ Performance Improvements
|
### ⚡ Performance Improvements
|
||||||
|
|
||||||
|
- 更新`ant-design-vue`到`beta.12`
|
||||||
- Layout 界面布局样式调整
|
- Layout 界面布局样式调整
|
||||||
|
- 优化懒加载组件
|
||||||
- 优化表格渲染性能
|
- 优化表格渲染性能
|
||||||
- 表单折叠搜索添图标添加动画
|
- 表单折叠搜索添图标添加动画
|
||||||
- routeModule 可以忽略 layout 配置不写。方便配置一级菜单
|
- routeModule 可以忽略 layout 配置不写。方便配置一级菜单
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@iconify/iconify": "^2.0.0-rc.1",
|
"@iconify/iconify": "^2.0.0-rc.1",
|
||||||
"ant-design-vue": "^2.0.0-beta.11",
|
"ant-design-vue": "^2.0.0-beta.12",
|
||||||
"apexcharts": "^3.22.0",
|
"apexcharts": "^3.22.0",
|
||||||
"axios": "^0.21.0",
|
"axios": "^0.21.0",
|
||||||
"echarts": "^4.9.0",
|
"echarts": "^4.9.0",
|
||||||
|
@@ -8,9 +8,6 @@ import 'ant-design-vue/dist/antd.less';
|
|||||||
import './spin';
|
import './spin';
|
||||||
|
|
||||||
export function setupAntd(app: App<Element>) {
|
export function setupAntd(app: App<Element>) {
|
||||||
// 这两个组件在登录也就用。全局注册
|
// Here are the components required before registering and logging in
|
||||||
app.use(Form);
|
app.use(Form).use(Input).use(Row).use(Col);
|
||||||
app.use(Input);
|
|
||||||
app.use(Row);
|
|
||||||
app.use(Col);
|
|
||||||
}
|
}
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<BasicDrawer v-bind="$attrs" @register="register" title="Drawer Title" width="50%">
|
<BasicDrawer v-bind="$attrs" @register="register" title="Drawer Title" width="50%">
|
||||||
<div :style="{ background: '#fff' }">
|
<div>
|
||||||
<p class="h-20">外部传递数据: {{ receiveDrawerDataRef }}</p>
|
<p class="h-20">外部传递数据: {{ receiveDrawerDataRef }}</p>
|
||||||
<BasicForm @register="registerForm" />
|
<BasicForm @register="registerForm" />
|
||||||
</div>
|
</div>
|
||||||
|
@@ -1830,10 +1830,10 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
color-convert "^2.0.1"
|
color-convert "^2.0.1"
|
||||||
|
|
||||||
ant-design-vue@^2.0.0-beta.11:
|
ant-design-vue@^2.0.0-beta.12:
|
||||||
version "2.0.0-beta.11"
|
version "2.0.0-beta.12"
|
||||||
resolved "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-2.0.0-beta.11.tgz#00c9c7c3f2452cba6853380b8d36dea3ed160771"
|
resolved "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-2.0.0-beta.12.tgz#6a14f89f0024ebf10ccca7879464c2178345a3e5"
|
||||||
integrity sha512-6jWT4w/AklYTH80tmG6EHhh7yPbaMFSXUHF14UZdQE+Cm7i5nJVJmRc5RkpmS8QiS3pmXU2UpR0zIo7VmwOmnA==
|
integrity sha512-XSVfXini3ltUnCFR2jDRyko3WHB6Z2jtqHn3oFS08L306DLgLtfPYcdmO9P700LHnISs8v6NLPKGRhXgkxiKdQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@ant-design-vue/use" "^0.0.1-0"
|
"@ant-design-vue/use" "^0.0.1-0"
|
||||||
"@ant-design/icons-vue" "^5.1.5"
|
"@ant-design/icons-vue" "^5.1.5"
|
||||||
|
Reference in New Issue
Block a user