refactor: remove global import

This commit is contained in:
vben
2021-01-18 23:37:36 +08:00
parent c2f6542b48
commit 6392b7f048
38 changed files with 256 additions and 162 deletions

View File

@@ -3,6 +3,7 @@
### ✨ Refactor
- 新增 `SimpleMenu`组件替代左侧菜单组件(顶部菜单没有替换,功能尽量做到简单不卡)。解决菜单卡顿问题。
- `ant-design-vue`组件不再全局注册。以便于更好配合 css 按需引入。如果需要全局注册,需要自己加
### ✨ Features
@@ -13,6 +14,7 @@
- 修复 `TableAction`图标问题
- 修复菜单折叠按钮丢失问题
- 修复菜单相关问题
- 修复 moment 多语言问题
## 2.0.0-rc.16 (2020-01-12)