web/src/App.vue

11 lines
114 B
Vue

<template>
<RouterView />
</template>
<style scoped lang="scss">
</style>
<script setup lang="ts">
</script>