更新 PluginConfigDialog.vue

This commit is contained in:
jxxghp
2025-05-03 22:54:19 +08:00
committed by GitHub
parent 84e121bc0e
commit 5e9c7124ce

View File

@@ -61,7 +61,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 => {