fix(table): table columns setting error

This commit is contained in:
vben
2021-01-02 10:28:44 +08:00
parent aa596af608
commit af55511bd6
3 changed files with 32 additions and 12 deletions

View File

@@ -4,6 +4,10 @@
- 新增`mixSideTrigger`配置。用于配置左侧混合模式菜单打开方式。可选`hover`,默认`click`
### 🐛 Bug Fixes
- 修复表格列配置已知问题
## 2.0.0-rc.15 (2020-12-31)
### ✨ 表格破坏性更新