From d0ea11158fb9639af7b504ccab63df6f4e72aa2d Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Wed, 26 Oct 2022 17:23:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E6=8E=89=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/canvas/components/Editor/EditBar.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/canvas/components/Editor/EditBar.vue b/frontend/src/components/canvas/components/Editor/EditBar.vue index 266f3175f3..e969bf1bfc 100644 --- a/frontend/src/components/canvas/components/Editor/EditBar.vue +++ b/frontend/src/components/canvas/components/Editor/EditBar.vue @@ -433,7 +433,6 @@ export default { this.$emit('resizeView') }, edit() { - console.log('this.curComponent.type', this.curComponent.type) if (this.curComponent.type === 'custom') { bus.$emit('component-dialog-edit', 'update') } else if (this.curComponent.type === 'custom-button') {