news-analyze/app.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>