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