doum
2025-11-24 53cc450589fb2729dedb1d51a9269332663b4112
1
2
3
4
5
6
7
<script setup>
import { RouterLink, RouterView } from 'vue-router'
</script>
 
<template>
  <RouterView />
</template>