Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Nov 1, 2020
1 parent 87fcd0d commit da863d3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@

### ⚡ Performance Improvements

- 更新`ant-design-vue``beta.12`
- Layout 界面布局样式调整
- 优化懒加载组件
- 优化表格渲染性能
- 表单折叠搜索添图标添加动画
- routeModule 可以忽略 layout 配置不写。方便配置一级菜单
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@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",
"axios": "^0.21.0",
"echarts": "^4.9.0",
Expand Down
7 changes: 2 additions & 5 deletions src/setup/ant-design-vue/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ import 'ant-design-vue/dist/antd.less';
import './spin';

export function setupAntd(app: App<Element>) {
// 这两个组件在登录也就用。全局注册
app.use(Form);
app.use(Input);
app.use(Row);
app.use(Col);
// Here are the components required before registering and logging in
app.use(Form).use(Input).use(Row).use(Col);
}
2 changes: 1 addition & 1 deletion src/views/demo/comp/drawer/Drawer4.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<BasicDrawer v-bind="$attrs" @register="register" title="Drawer Title" width="50%">
<div :style="{ background: '#fff' }">
<div>
<p class="h-20">外部传递数据: {{ receiveDrawerDataRef }}</p>
<BasicForm @register="registerForm" />
</div>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1830,10 +1830,10 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0:
dependencies:
color-convert "^2.0.1"

ant-design-vue@^2.0.0-beta.11:
version "2.0.0-beta.11"
resolved "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-2.0.0-beta.11.tgz#00c9c7c3f2452cba6853380b8d36dea3ed160771"
integrity sha512-6jWT4w/AklYTH80tmG6EHhh7yPbaMFSXUHF14UZdQE+Cm7i5nJVJmRc5RkpmS8QiS3pmXU2UpR0zIo7VmwOmnA==
ant-design-vue@^2.0.0-beta.12:
version "2.0.0-beta.12"
resolved "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-2.0.0-beta.12.tgz#6a14f89f0024ebf10ccca7879464c2178345a3e5"
integrity sha512-XSVfXini3ltUnCFR2jDRyko3WHB6Z2jtqHn3oFS08L306DLgLtfPYcdmO9P700LHnISs8v6NLPKGRhXgkxiKdQ==
dependencies:
"@ant-design-vue/use" "^0.0.1-0"
"@ant-design/icons-vue" "^5.1.5"
Expand Down

0 comments on commit da863d3

Please sign in to comment.