pdf路径

This commit is contained in:
张 元山 2025-05-23 13:07:08 +08:00
parent d5658ce38e
commit 97503165c1

View File

@ -41,6 +41,7 @@
<script setup>
import { ref, watch, onMounted, computed, reactive } from "vue";
import { useI18n } from "vue-i18n";
import quarterlyPdf from "@/assets/file/2025 Q1 Quarterly Results.pdf";
const { t } = useI18n();
const searchQuery = ref("");
@ -51,7 +52,7 @@ const state = reactive({
title: "2025 Q1 Quarterly Results",
description:
"Unaudited First Quarter and Full Year 2025 Financial Results",
url: "/src/assets/file/2025 Q1 Quarterly Results.pdf",
url: quarterlyPdf,
},
],
});