kalkutago/client/src/App.vue
2023-06-25 15:20:16 -04:00

8 lines
118 B
Vue

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