mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 01:40:15 +08:00
8 lines
128 B
Vue
8 lines
128 B
Vue
<template>
|
|
<RouterView></RouterView>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import { RouterView } from 'vue-router';
|
|
</script>
|