mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
fix(form): link组件parentValues没有传递下去
This commit is contained in:
parent
835189adc9
commit
d76c753483
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user