mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
fix: web书籍部分图片加载失败
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<el-tabs id="source-edit">
|
||||
<el-tab-pane
|
||||
v-for="{ name, children } in tabsData"
|
||||
v-for="{ name, children } in Object.values(config)"
|
||||
:label="name"
|
||||
:key="name"
|
||||
>
|
||||
@@ -59,11 +59,7 @@
|
||||
|
||||
<script setup>
|
||||
const store = useSourceStore();
|
||||
|
||||
const props = defineProps(["config"]);
|
||||
|
||||
const tabsData = Object.values(props.config);
|
||||
|
||||
defineProps(["config"]);
|
||||
const { currentSource } = storeToRefs(store);
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user