mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
11 lines
230 B
Vue
11 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>
|