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