platypush/platypush/backend/http/webapp/src/components/panels/Rtorrent/Index.vue

13 lines
194 B
Vue

<template>
<Panel plugin-name="rtorrent" />
</template>
<script>
import Panel from "@/components/panels/Torrent/Panel";
export default {
name: "Torrent",
components: {Panel}
}
</script>