mirror of
https://github.com/vform666/variant-form3-vite.git
synced 2025-09-18 04:03:04 +08:00
2022.01.29,修复部分bug,准备发布3.0正式版。
This commit is contained in:
@ -49,7 +49,7 @@ export const createBooleanEditor = function (propName, propLabelKey) {
|
||||
render(h) {
|
||||
return (
|
||||
<el-form-item label={translate(propLabelKey)}>
|
||||
<el-checkbox v-model={this.optionModel[propName]} />
|
||||
<el-switch v-model={this.optionModel[propName]} />
|
||||
</el-form-item>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user