mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
10 lines
188 B
Vue
10 lines
188 B
Vue
<script setup lang="ts">
|
|
import SubscribeListView from '@/views/subscribe/SubscribeListView.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
<SubscribeListView type="电影" />
|
|
</div>
|
|
</template>
|