mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
8 lines
162 B
Vue
8 lines
162 B
Vue
<script setup lang="ts">
|
|
import DownloadingListView from '@/views/reorganize/DownloadingListView.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<DownloadingListView />
|
|
</template>
|