更新 DashboardElement.vue

This commit is contained in:
jxxghp
2025-05-03 22:55:03 +08:00
committed by GitHub
parent 5e9c7124ce
commit e644f6bacc

View File

@@ -46,7 +46,7 @@ const dynamicPluginComponent = computed(() => {
const blobUrl = URL.createObjectURL(blob) const blobUrl = URL.createObjectURL(blob)
return import(/* @vite-ignore */ blobUrl) return import(/* @vite-ignore */ blobUrl)
} else { } else {
return { render: () => h('div', '组件加载失败: 无默认导出') } return { render: () => h('div', '组件加载失败: 未读取到文件数据') }
} }
}) })
.then(module => { .then(module => {