This commit is contained in:
jxxghp
2023-07-25 21:29:38 +08:00
parent 0873dd1304
commit 2c163f691b
7 changed files with 9 additions and 19 deletions

View File

@@ -3,7 +3,5 @@ import DownloadingListView from '@/views/reorganize/DownloadingListView.vue'
</script>
<template>
<div>
<DownloadingListView />
</div>
<DownloadingListView />
</template>

View File

@@ -3,7 +3,5 @@ import TransferHistoryView from '@/views/reorganize/TransferHistoryView.vue'
</script>
<template>
<div>
<TransferHistoryView />
</div>
<TransferHistoryView />
</template>

View File

@@ -3,7 +3,5 @@ import PluginCardListView from '@/views/plugin/PluginCardListView.vue'
</script>
<template>
<div>
<PluginCardListView />
</div>
<PluginCardListView />
</template>