mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-20 07:40:12 +08:00
更新 DashboardElement.vue
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user