|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <div :style="styleObj">
|
|
|
|
|
|
+ <div>
|
|
<component :is="value.setup.showtype" :value="value" :style="styleObj"/>
|
|
<component :is="value.setup.showtype" :value="value" :style="styleObj"/>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
@@ -29,6 +29,7 @@ export default ({
|
|
this.optionsSetup = val.setup;
|
|
this.optionsSetup = val.setup;
|
|
},
|
|
},
|
|
deep: true,
|
|
deep: true,
|
|
|
|
+ immediate: true
|
|
},
|
|
},
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|