Files
Crimson-Gatekeeper/html/src/App.vue
2026-01-10 08:37:10 +08:00

8 lines
151 B
Vue

<template>
<RouterView></RouterView>
</template>
<script setup>
import { RouterLink, RouterView } from 'vue-router'
</script>
<style scoped>
</style>