From 84e121bc0e9c201abc1a3c884883f86ac6d2f6fd Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 3 May 2025 22:53:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20PluginDataDialog.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dialog/PluginDataDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dialog/PluginDataDialog.vue b/src/components/dialog/PluginDataDialog.vue index e620f9f7..8664c42c 100644 --- a/src/components/dialog/PluginDataDialog.vue +++ b/src/components/dialog/PluginDataDialog.vue @@ -48,7 +48,7 @@ const dynamicComponent = computed(() => { const blobUrl = URL.createObjectURL(blob) return import(/* @vite-ignore */ blobUrl) } else { - return { render: () => h('div', '组件加载失败: 无默认导出') } + return { render: () => h('div', '组件加载失败: 未读取到文件数据') } } }) .then(module => {