mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-05-12 05:48:59 +08:00
fix(form): link组件parentValues没有传递下去
This commit is contained in:
parent
835189adc9
commit
d76c753483
@ -17,6 +17,7 @@
|
|||||||
:size="size"
|
:size="size"
|
||||||
:config="config"
|
:config="config"
|
||||||
:init-values="values"
|
:init-values="values"
|
||||||
|
:parent-values="parentValues"
|
||||||
:label-width="labelWidth"
|
:label-width="labelWidth"
|
||||||
@change="changeHandler"
|
@change="changeHandler"
|
||||||
></m-form>
|
></m-form>
|
||||||
@ -64,6 +65,10 @@ export default defineComponent({
|
|||||||
default: () => ({}),
|
default: () => ({}),
|
||||||
},
|
},
|
||||||
|
|
||||||
|
parentValues: {
|
||||||
|
type: Object,
|
||||||
|
},
|
||||||
|
|
||||||
width: [Number, String],
|
width: [Number, String],
|
||||||
|
|
||||||
fullscreen: Boolean,
|
fullscreen: Boolean,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user