2025Quarterly
This commit is contained in:
parent
c6a1188488
commit
38db6e51f8
BIN
src/assets/file/quarterly/10Q 2025-Q1.pdf
Normal file
BIN
src/assets/file/quarterly/10Q 2025-Q1.pdf
Normal file
Binary file not shown.
BIN
src/assets/file/quarterly/10Q 2025-Q2.pdf
Normal file
BIN
src/assets/file/quarterly/10Q 2025-Q2.pdf
Normal file
Binary file not shown.
@ -45,6 +45,8 @@
|
||||
<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";
|
||||
@ -97,6 +99,16 @@ 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,6 +44,8 @@
|
||||
<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";
|
||||
@ -96,6 +98,16 @@ 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,6 +46,8 @@
|
||||
<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,6 +100,16 @@ 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",
|
||||
|
@ -98,6 +98,16 @@ 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