src/components/forex/navigator.vue
@@ -1,6 +1,8 @@ <template> <!-- 1.路由 --> <h5 class="fs-12 mt-4 mb-8">{{ t("home") }}/ {{ t(getRouteName) }}</h5> <h5 class="fs-12 mt-4 mb-8">据Odaily星球日报报道,据 HODL15Capital 监测,截至 6 月 21 日,美国比特币现货 ETF 共计持有 867532 枚 BTC,AUM 约为 563.9 亿美元。 全球比特币 ETF 共计持有 1029000 枚 BTC,AUM 达 668.85 亿美元。 </h5> </template> <script setup> import { useRoute, useRouter } from "vue-router";