mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-10 15:56:03 +00:00
14 lines
180 B
Vue
14 lines
180 B
Vue
<template>
|
|
<PageTitle title="插件" @refresh="refresh" />
|
|
</template>
|
|
|
|
<script setup>
|
|
|
|
import PageTitle from '@/components/PageTitle.vue'
|
|
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|