racemash/src/App.vue

10 lines
127 B
Vue

<template>
<v-app>
<v-main>
<RouterView />
</v-main>
</v-app>
</template>
<script setup lang="ts"></script>