pdf路径
This commit is contained in:
parent
d5658ce38e
commit
97503165c1
@ -41,6 +41,7 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { ref, watch, onMounted, computed, reactive } from "vue";
|
import { ref, watch, onMounted, computed, reactive } from "vue";
|
||||||
import { useI18n } from "vue-i18n";
|
import { useI18n } from "vue-i18n";
|
||||||
|
import quarterlyPdf from "@/assets/file/2025 Q1 Quarterly Results.pdf";
|
||||||
|
|
||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
const searchQuery = ref("");
|
const searchQuery = ref("");
|
||||||
@ -51,7 +52,7 @@ const state = reactive({
|
|||||||
title: "2025 Q1 Quarterly Results",
|
title: "2025 Q1 Quarterly Results",
|
||||||
description:
|
description:
|
||||||
"Unaudited First Quarter and Full Year 2025 Financial Results",
|
"Unaudited First Quarter and Full Year 2025 Financial Results",
|
||||||
url: "/src/assets/file/2025 Q1 Quarterly Results.pdf",
|
url: quarterlyPdf,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user