chore(release): 1.20.1 [skip ci]

## [1.20.1](https://github.com/d2-projects/d2-admin/compare/v1.20.0...v1.20.1) (2020-09-27)

### Bug Fixes

* 🐛 组件mounted钩子执行时 页面可能已经onload 导致 滚动校验不成功 ([93d4267](93d4267567))

### Performance Improvements

* 升级d2-crud-plus版本,分组示例增加图片上传和富文本 ([09b9baa](09b9baa539))
This commit is contained in:
semantic-release-bot
2020-09-27 14:49:58 +00:00
parent 277d9f8095
commit e97adf710e
2 changed files with 13 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "d2-admin",
"version": "1.20.0",
"version": "1.20.1",
"scripts": {
"serve": "vue-cli-service serve --open",
"start": "npm run serve",