mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-24 00:01:03 +08:00
12 lines
230 B
Vue
12 lines
230 B
Vue
<script setup lang="ts">
|
|
import "bootstrap-icons/font/bootstrap-icons.css";
|
|
import "animate.css";
|
|
const { t } = useI18n();
|
|
</script>
|
|
<template>
|
|
<!--A yhw_tw project-->
|
|
<NuxtLayout>
|
|
<NuxtPage />
|
|
</NuxtLayout>
|
|
</template>
|