更新 PluginDataDialog.vue

This commit is contained in:
jxxghp
2025-05-03 22:53:32 +08:00
committed by GitHub
parent abff2071bd
commit 84e121bc0e

View File

@@ -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 => {