mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
更新 PluginDataDialog.vue
This commit is contained in:
@@ -48,7 +48,7 @@ const dynamicComponent = 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