mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-24 05:24:23 +00:00
9 lines
220 B
Vue
9 lines
220 B
Vue
<script setup lang="ts">
|
|
import BlurPageBeforeLogin from "~/components/blurPageBeforeLogin.vue";
|
|
const { t } = useI18n();
|
|
</script>
|
|
<template>
|
|
<BlurPageBeforeLogin>
|
|
<div></div>
|
|
</BlurPageBeforeLogin>
|
|
</template>
|