mirror of
https://github.com/maciejpedzich/racemash.git
synced 2025-04-05 00:01:11 +02:00
10 lines
105 B
Vue
10 lines
105 B
Vue
<template>
|
|
<v-main>
|
|
<router-view />
|
|
</v-main>
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
//
|
|
</script>
|