feat(tree): add searchable function

添加搜索功能相关属性和方法

close: #1057
This commit is contained in:
无木
2021-08-11 17:59:07 +08:00
parent 953bfc6f1a
commit 60577d6720
5 changed files with 51 additions and 7 deletions

View File

@@ -1,3 +1,7 @@
### ✨ Features
- **BasicTree** 添加搜索功能相关属性和方法
### 🐛 Bug Fixes
- **Cropper** 修复未能及时销毁的问题