mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-06 20:43:03 +08:00
10 lines
175 B
Vue
10 lines
175 B
Vue
<script setup lang="ts">
|
|
import PluginCardListView from '@/views/setting/PluginCardListView.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
<PluginCardListView />
|
|
</div>
|
|
</template>
|