parent
703b83869e
commit
3fcd9442aa
Binary file not shown.
Binary file not shown.
@ -45,8 +45,6 @@
|
||||
<script setup>
|
||||
import { ref, watch, onMounted, computed, reactive } from "vue";
|
||||
import { useI18n } from "vue-i18n";
|
||||
import quarterlyPdf2025Q2 from "@/assets/file/quarterly/10Q 2025-Q2.pdf";
|
||||
import quarterlyPdf2025Q1 from "@/assets/file/quarterly/10Q 2025-Q1.pdf";
|
||||
import quarterlyPdf2024Q3 from "@/assets/file/quarterly/10Q 2024-Q3.pdf";
|
||||
import quarterlyPdf2024Q2 from "@/assets/file/quarterly/10Q 2024-Q2.pdf";
|
||||
import quarterlyPdf2024Q1 from "@/assets/file/quarterly/10Q 2024-Q1.pdf";
|
||||
@ -99,16 +97,6 @@ const searchQuery = ref("");
|
||||
|
||||
const state = reactive({
|
||||
list: [
|
||||
{
|
||||
title: "2025 Q2 Quarterly Reports",
|
||||
description: "Second Quarter 2025 Financial Results",
|
||||
url: quarterlyPdf2025Q2,
|
||||
},
|
||||
{
|
||||
title: "2025 Q1 Quarterly Reports",
|
||||
description: "First Quarter 2025 Financial Results",
|
||||
url: quarterlyPdf2025Q1,
|
||||
},
|
||||
{
|
||||
title: "2024 Q3 Quarterly Reports",
|
||||
description: "Third Quarter 2024 Financial Results",
|
||||
|
@ -44,8 +44,6 @@
|
||||
<script setup>
|
||||
import { ref, watch, onMounted, computed, reactive } from "vue";
|
||||
import { useI18n } from "vue-i18n";
|
||||
import quarterlyPdf2025Q2 from "@/assets/file/quarterly/10Q 2025-Q2.pdf";
|
||||
import quarterlyPdf2025Q1 from "@/assets/file/quarterly/10Q 2025-Q1.pdf";
|
||||
import quarterlyPdf2024Q3 from "@/assets/file/quarterly/10Q 2024-Q3.pdf";
|
||||
import quarterlyPdf2024Q2 from "@/assets/file/quarterly/10Q 2024-Q2.pdf";
|
||||
import quarterlyPdf2024Q1 from "@/assets/file/quarterly/10Q 2024-Q1.pdf";
|
||||
@ -98,16 +96,6 @@ const searchQuery = ref("");
|
||||
|
||||
const state = reactive({
|
||||
list: [
|
||||
{
|
||||
title: "2025 Q2 Quarterly Reports",
|
||||
description: "Second Quarter 2025 Financial Results",
|
||||
url: quarterlyPdf2025Q2,
|
||||
},
|
||||
{
|
||||
title: "2025 Q1 Quarterly Reports",
|
||||
description: "First Quarter 2025 Financial Results",
|
||||
url: quarterlyPdf2025Q1,
|
||||
},
|
||||
{
|
||||
title: "2024 Q3 Quarterly Reports",
|
||||
description: "Third Quarter 2024 Financial Results",
|
||||
|
@ -46,8 +46,6 @@
|
||||
<script setup>
|
||||
import { ref, watch, onMounted, computed, reactive } from "vue";
|
||||
import { useI18n } from "vue-i18n";
|
||||
import quarterlyPdf2025Q2 from "@/assets/file/quarterly/10Q 2025-Q2.pdf";
|
||||
import quarterlyPdf2025Q1 from "@/assets/file/quarterly/10Q 2025-Q1.pdf";
|
||||
import quarterlyPdf2024Q3 from "@/assets/file/quarterly/10Q 2024-Q3.pdf";
|
||||
import quarterlyPdf2024Q2 from "@/assets/file/quarterly/10Q 2024-Q2.pdf";
|
||||
import quarterlyPdf2024Q1 from "@/assets/file/quarterly/10Q 2024-Q1.pdf";
|
||||
@ -100,16 +98,6 @@ const searchQuery = ref("");
|
||||
|
||||
const state = reactive({
|
||||
list: [
|
||||
{
|
||||
title: "2025 Q2 Quarterly Reports",
|
||||
description: "Second Quarter 2025 Financial Results",
|
||||
url: quarterlyPdf2025Q2,
|
||||
},
|
||||
{
|
||||
title: "2025 Q1 Quarterly Reports",
|
||||
description: "First Quarter 2025 Financial Results",
|
||||
url: quarterlyPdf2025Q1,
|
||||
},
|
||||
{
|
||||
title: "2024 Q3 Quarterly Reports",
|
||||
description: "Third Quarter 2024 Financial Results",
|
||||
|
@ -46,8 +46,6 @@
|
||||
<script setup>
|
||||
import { ref, watch, onMounted, computed, reactive } from "vue";
|
||||
import { useI18n } from "vue-i18n";
|
||||
import quarterlyPdf2025Q2 from "@/assets/file/quarterly/10Q 2025-Q2.pdf";
|
||||
import quarterlyPdf2025Q1 from "@/assets/file/quarterly/10Q 2025-Q1.pdf";
|
||||
import quarterlyPdf2024Q3 from "@/assets/file/quarterly/10Q 2024-Q3.pdf";
|
||||
import quarterlyPdf2024Q2 from "@/assets/file/quarterly/10Q 2024-Q2.pdf";
|
||||
import quarterlyPdf2024Q1 from "@/assets/file/quarterly/10Q 2024-Q1.pdf";
|
||||
@ -100,16 +98,6 @@ const searchQuery = ref("");
|
||||
|
||||
const state = reactive({
|
||||
list: [
|
||||
{
|
||||
title: "2025 Q2 Quarterly Reports",
|
||||
description: "Second Quarter 2025 Financial Results",
|
||||
url: quarterlyPdf2025Q2,
|
||||
},
|
||||
{
|
||||
title: "2025 Q1 Quarterly Reports",
|
||||
description: "First Quarter 2025 Financial Results",
|
||||
url: quarterlyPdf2025Q1,
|
||||
},
|
||||
{
|
||||
title: "2024 Q3 Quarterly Reports",
|
||||
description: "Third Quarter 2024 Financial Results",
|
||||
|
Loading…
Reference in New Issue
Block a user