1. 修复vite打包axios报错的bug;

2. 适配form、form-item的size属性。
This commit is contained in:
vdpAdmin
2022-01-12 14:09:31 +08:00
parent 1921746b8d
commit 9a2c6040c5
17 changed files with 27 additions and 28 deletions

View File

@ -7,7 +7,7 @@ export default {
computed: {
widgetSize() {
return this.field.options.size || 'medium'
return this.field.options.size || 'default'
},
subFormName() {