Files
pichunt/app/pages/index.vue
T
2025-08-01 01:14:34 +02:00

9 lines
216 B
Vue

<script setup lang="ts"></script>
<template>
<h1 class="text-primary text-3xl">{{ $t('hello') }}</h1>
<VaButton icon="home" :to="$localePath('/hunt/bremer-stadtrallye-1')" />
</template>
<style scoped></style>