1
0
mirror of synced 2026-04-03 14:38:37 +08:00

fix(form): link组件parentValues没有传递下去

This commit is contained in:
roymondchen
2022-09-16 17:44:44 +08:00
committed by jia000
parent 835189adc9
commit d76c753483

View File

@@ -17,6 +17,7 @@
:size="size"
:config="config"
:init-values="values"
:parent-values="parentValues"
:label-width="labelWidth"
@change="changeHandler"
></m-form>
@@ -64,6 +65,10 @@ export default defineComponent({
default: () => ({}),
},
parentValues: {
type: Object,
},
width: [Number, String],
fullscreen: Boolean,