feat(form): add Divider for schema component type

新增Divider用于较长表单的区域分割
This commit is contained in:
无木
2021-08-17 17:50:54 +08:00
parent 5138e447e7
commit 47a448b8ae
8 changed files with 92 additions and 39 deletions

View File

@@ -1,3 +1,11 @@
### ✨ Features
- **BasicForm** 表单组件新增`Divider`,用于较长表单的区域分割
### 🐛 Bug Fixes
- **其它** 修复部分封装组件在使用插槽时报错的问题
## 2.7.1(2021-08-16)
- 升级 vue 3.2,如果运行失败,删除 node_modules 后重装即可