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