fix(comp): fix the memory overflow problem of component containing keywords

This commit is contained in:
vben
2020-12-12 00:15:36 +08:00
parent 0434030f27
commit 6b3195b4ca
33 changed files with 155 additions and 90 deletions

View File

@@ -4,6 +4,10 @@
- 移除左侧菜单搜索,新增顶部菜单搜索功能
### ⚡ Performance Improvements
- 异步引入组件
### 🎫 Chores
- 返回顶部样式调整,避免遮住其他元素
@@ -14,6 +18,9 @@
- 修复多级路由缓存导致组件渲染多次的问题
- 修复地图图表切换后消失问题
- 修复登录成功 notify 消失问题
- 修改 `VirtualScroll``ImportExcel`组件名为`VScroll``ImpExcel`,暂时解决含有关键字的组件在 vue 模版内使用内存溢出
- 修复 axios 大小写问题
- 修复按钮样式问题
## 2.0.0-rc.13 (2020-12-10)