mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-15 04:18:16 +08:00
8 lines
155 B
Vue
8 lines
155 B
Vue
<script setup lang="ts">
|
|
import PluginCardListView from '@/views/plugin/PluginCardListView.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<PluginCardListView />
|
|
</template>
|