mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
12 lines
255 B
Vue
12 lines
255 B
Vue
<script setup lang="ts">
|
|
import "animate.css";
|
|
import "@fontsource/fira-sans";
|
|
import "@fontsource-variable/noto-sans-tc";
|
|
const { t } = useI18n();
|
|
</script>
|
|
<template>
|
|
<!--A yhw_tw project-->
|
|
<NuxtLayout>
|
|
<NuxtPage />
|
|
</NuxtLayout>
|
|
</template>
|