Files
pichunt/app/pages/index.vue
T
2025-07-31 22:50:39 +02:00

8 lines
128 B
Vue

<script setup lang="ts"></script>
<template>
<h1 class="text-3xl">{{ $t('hello') }}</h1>
</template>
<style scoped></style>