fix 样式组件--边框+装饰,保存后预览不显示

luoxuancong 1 year ago
parent 54b672be89
commit a0fa3079f4

@ -29,6 +29,7 @@ export default ({
this.optionsSetup = val.setup; this.optionsSetup = val.setup;
}, },
deep: true, deep: true,
immediate: true
}, },
}, },
computed: { computed: {

@ -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: {

Loading…
Cancel
Save