From fba8398a9e4f4cfb8e11d524f0744bbc5ef58ef9 Mon Sep 17 00:00:00 2001 From: haixin <1875934025@qq.com> Date: Tue, 19 Mar 2024 16:52:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20codemirrir=E6=95=B0=E6=8D=AE=E7=BB=91?= =?UTF-8?q?=E5=AE=9A=E6=9C=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/editor/package.json | 2 +- packages/editor/src/common/jsonCode.vue | 4 +- packages/editor/src/components/PropsPanel.vue | 1 - playground/components.d.ts | 43 +++++++++++++++++++ playground/package.json | 2 +- 5 files changed, 47 insertions(+), 5 deletions(-) diff --git a/packages/editor/package.json b/packages/editor/package.json index 2c8aed0..14754c6 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "starfish-editor", - "version": "1.1.12", + "version": "1.1.13", "main": "dist/starfish-editor.umd.js", "style": "dist/style.css", "module": "dist/starfish-editor.es.js", diff --git a/packages/editor/src/common/jsonCode.vue b/packages/editor/src/common/jsonCode.vue index 49f4a6f..d4a4846 100644 --- a/packages/editor/src/common/jsonCode.vue +++ b/packages/editor/src/common/jsonCode.vue @@ -1,7 +1,7 @@