diff --git a/.browserslistrc b/.browserslistrc deleted file mode 100644 index 8f960439407..00000000000 --- a/.browserslistrc +++ /dev/null @@ -1,3 +0,0 @@ -> 1% -last 2 versions -not ie <= 10 diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index 8f4d56e698b..8ac9e83353f 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -2,7 +2,8 @@ ### ⚡ Performance Improvements -- 菜单性能继续优化 +- 菜单性能继续优化,更流畅 +- 优化懒加载组件及示例 ### 🎫 Chores @@ -13,6 +14,7 @@ ### 🐛 Bug Fixes - 修复升级之后 table 类型问题 +- 修复分割菜单且左侧菜单没有数据时候,继续展示上一次子菜单的问题 ## 2.0.0-rc.8 (2020-11-2) diff --git a/src/components/Container/src/LazyContainer.vue b/src/components/Container/src/LazyContainer.vue index 74cc3646aa7..13ccf16b628 100644 --- a/src/components/Container/src/LazyContainer.vue +++ b/src/components/Container/src/LazyContainer.vue @@ -1,9 +1,16 @@ @@ -24,7 +27,7 @@ }, }); -