feat: support vite2

This commit is contained in:
vben
2021-01-10 21:23:21 +08:00
parent 664035328f
commit eba55769ec
11 changed files with 52 additions and 78 deletions

View File

@@ -2,7 +2,11 @@
### ✨ Refactor
独立组件配置到 `/@/settings/componentsSetting`
- 独立组件配置到 `/@/settings/componentsSetting`
- `colorSetting``designSetting`现在合并为`designSetting`
- `ant-design-vue`组件注册移动到`components/registerComponent`
- 移除 `setup` 文件夹
- 升级到`vite2`
### ✨ Features
@@ -11,6 +15,7 @@
- modal 组件新增`height``min-height`属性
- 新增`PageWrapper`组件。并应用于示例页面
- 新增标签页折叠功能
- 兼容旧版浏览器
### 🐛 Bug Fixes