fix(table): table setting error #174 #165

This commit is contained in:
vben
2021-01-11 21:30:43 +08:00
parent 3ad1a4f5a6
commit c9600208c5
10 changed files with 43 additions and 20 deletions

View File

@@ -7,6 +7,7 @@
- `ant-design-vue`组件注册移动到`components/registerComponent`
- 移除 `setup` 文件夹
- 升级到`vite2`
- 图片预览改为`Image`组件实现,暂时移除函数式使用方式
### ✨ Features
@@ -16,7 +17,7 @@
- 新增`PageWrapper`组件。并应用于示例页面
- 新增标签页折叠功能
- 兼容旧版浏览器
- tinymce 新增图片上传·
- tinymce 新增图片上传
### 🐛 Bug Fixes