mirror of
https://github.com/maciejpedzich/racemash.git
synced 2025-04-06 16:31:12 +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>
|