微调环境以修复el-date-picker的bug

This commit is contained in:
Yu Sun
2022-07-21 12:03:26 +08:00
parent 90247401d2
commit 6cb41ef0c5
3 changed files with 13 additions and 5 deletions

View File

@@ -181,6 +181,14 @@ Vue.use(D2Crud)
Vue.use(vueCheetahGrid)
```
*(可选)*在`package.json`里更改`element-ui`版本:
```json
"element-ui": ">2.15.9 || 2.15.8",
```
`2.15.9`有一个小[bug](https://github.com/ElemeFE/element/issues/21941),会导致性能下降。
此外请参照目录结构中注释进行代码合并:
```pre