mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 07:41:02 +08:00
9 lines
139 B
Vue
9 lines
139 B
Vue
<script setup lang="ts">
|
|
const { t } = useI18n();
|
|
</script>
|
|
<template>
|
|
<div>
|
|
<h1>{{ t("newsOrgs.title") }}</h1>
|
|
</div>
|
|
</template>
|