rk
2025-09-29 a94aacd36460d76297878c304f4837813191232c
1
2
3
4
5
6
7
<script setup>
import { RouterLink, RouterView } from 'vue-router'
</script>
 
<template>
  <RouterView />
</template>