news-analyze/pages/newsOrgs.vue
2025-05-10 22:05:10 +08:00

9 lines
139 B
Vue

<script setup lang="ts">
const { t } = useI18n();
</script>
<template>
<div>
<h1>{{ t("newsOrgs.title") }}</h1>
</div>
</template>