feat(Area): add columns-top、columns-bottom prop (#5719)

This commit is contained in:
chenjiahan
2020-02-25 19:25:20 +08:00
parent 7344389535
commit 064cff6fe0
6 changed files with 43 additions and 1 deletions
+2
View File
@@ -83,6 +83,8 @@ Vue.use(Area);
| 名称 | 说明 |
|------|------|
| title `v2.5.3` | 自定义标题内容 |
| columns-top `v2.5.3` | 自定义选项上方内容 |
| columns-bottom `v2.5.3` | 自定义选项下方内容 |
### 方法