mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-12 11:32:36 +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>
|