From 0decd81e471e8147baea69a85e528768d9adc9df Mon Sep 17 00:00:00 2001 From: tianxin Date: Thu, 19 Oct 2023 01:24:18 -0700 Subject: [PATCH] =?UTF-8?q?fix(empty-data):=E5=AF=B9=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E7=A9=BA=E6=95=B0=E6=8D=AE=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=E6=A0=B7=E5=BC=8F=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/common/component/PluginBlockList.vue | 5 +++++ packages/plugins/bridge/src/BridgeManage.vue | 10 ++++++++-- packages/plugins/data/src/DataSourceList.vue | 5 ++++- packages/plugins/data/src/Main.vue | 9 ++++++++- packages/plugins/materials/src/block/Main.vue | 2 +- packages/plugins/materials/src/component/Main.vue | 7 +++++-- 6 files changed, 31 insertions(+), 7 deletions(-) diff --git a/packages/common/component/PluginBlockList.vue b/packages/common/component/PluginBlockList.vue index 753ad3b7e3..9b3852cb95 100644 --- a/packages/common/component/PluginBlockList.vue +++ b/packages/common/component/PluginBlockList.vue @@ -1,5 +1,6 @@