fix(breadcrumb): ensure the breadcrumbs display the icon correctly, fix #433

This commit is contained in:
Vben
2021-03-27 21:33:13 +08:00
parent 6bb19fb2d4
commit 0b66360cc9
2 changed files with 10 additions and 2 deletions

View File

@@ -8,6 +8,10 @@
- 移除 useFullScreen 函数
### 🐛 Bug Fixes
- 确保面包屑正确的显示图标
## 2.1.1 (2021-03-26)
### ✨ Features