mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-24 00:01:03 +08:00
14 lines
306 B
Vue
14 lines
306 B
Vue
<script setup lang="ts">
|
|
import "bootstrap-icons/font/bootstrap-icons.css";
|
|
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>
|