testing
May 5, 2024
testing <template>
<h2 class="font-Libre">{{ $t('welcome') }}</h2>
<component :is="currentContent"></component>
</template>
<script setup lang="ts">
const pageName = 'index';
const { t } = useI18n();
const { headerData } = useHeaderData();