Files
AstrBot/dashboard/src/App.vue
T

8 lines
128 B
Vue

<template>
<RouterView></RouterView>
</template>
<script setup lang="ts">
import { RouterView } from 'vue-router';
</script>