mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-10 23:13:20 +08:00
订阅页面
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<script setup lang="ts">
|
||||
import CardSolid from '@/views/pages/cards/card-basic/CardSolid.vue'
|
||||
import SubscribeListView from '@/views/subscribe/SubscribeListView.vue';
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<CardSolid />
|
||||
<SubscribeListView type="电影"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
<script setup lang="ts">
|
||||
import CardSolid from '@/views/pages/cards/card-basic/CardSolid.vue'
|
||||
import SubscribeListView from '@/views/subscribe/SubscribeListView.vue';
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<CardSolid />
|
||||
<SubscribeListView type="电视剧"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user