mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
update vue3.3
web编辑 修正筛选删除导出逻辑
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
:name="tab[0]"
|
||||
:label="tab[1]"
|
||||
>
|
||||
<source-json v-show="index == 0" />
|
||||
<source-debug v-show="index == 1" />
|
||||
<source-list v-show="index == 2" />
|
||||
<source-help v-show="index == 3" />
|
||||
<source-json v-if="index == 0" />
|
||||
<source-debug v-if="index == 1" />
|
||||
<source-list v-if="index == 2" />
|
||||
<source-help v-if="index == 3" />
|
||||
</el-tab-pane>
|
||||
</el-tabs>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user