mirror of
https://github.com/maciejpedzich/racemash.git
synced 2024-11-12 18:03:02 +01:00
10 lines
127 B
Vue
10 lines
127 B
Vue
<template>
|
|
<v-app>
|
|
<v-main>
|
|
<RouterView />
|
|
</v-main>
|
|
</v-app>
|
|
</template>
|
|
|
|
<script setup lang="ts"></script>
|