mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-03 14:50:21 +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>
|