diff --git a/src/components/misc/DashboardElement.vue b/src/components/misc/DashboardElement.vue index 4bf826d8..3ceb7272 100644 --- a/src/components/misc/DashboardElement.vue +++ b/src/components/misc/DashboardElement.vue @@ -46,7 +46,7 @@ const dynamicPluginComponent = computed(() => { const blobUrl = URL.createObjectURL(blob) return import(/* @vite-ignore */ blobUrl) } else { - return { render: () => h('div', '组件加载失败: 无默认导出') } + return { render: () => h('div', '组件加载失败: 未读取到文件数据') } } }) .then(module => {