9 lines
216 B
Vue
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>
|