提交 01fee74f authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw

fix: 过滤组件无法弹出编辑

上级 af4ef4e8
......@@ -201,7 +201,11 @@ export default {
// }
// },
edit() {
bus.$emit('change_panel_right_draw', true)
if (this.curComponent.type === 'custom') {
bus.$emit('component-dialog-edit')
} else if (this.curComponent.type === 'v-text' || this.curComponent.type === 'rect-shape') {
bus.$emit('component-dialog-style')
} else { bus.$emit('change_panel_right_draw', true) }
},
linkageEdit() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论