Files
Crimson-Gatekeeper/html/src/App.vue

8 lines
151 B
Vue
Raw Normal View History

2026-01-10 08:37:10 +08:00
<template>
<RouterView></RouterView>
</template>
2025-12-29 23:05:32 +08:00
<script setup>
import { RouterLink, RouterView } from 'vue-router'
</script>
<style scoped>
2026-01-10 08:37:10 +08:00
</style>