kalkutago/client/src/App.vue

8 lines
118 B
Vue
Raw Normal View History

<script setup lang="ts">
2023-06-25 14:29:32 +00:00
import { RouterView } from 'vue-router'
</script>
<template>
2023-06-25 14:29:32 +00:00
<RouterView />
</template>