Files
lucia-frontend/src/App.vue
Cindy Chang a5f271ccc8 sonar low
2024-07-26 10:48:38 +08:00

8 lines
117 B
Vue

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