2025Quarterly
This commit is contained in:
parent
65c5d29ff3
commit
703b83869e
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>
|
<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 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 quarterlyPdf2024Q3 from "@/assets/file/quarterly/10Q 2024-Q3.pdf";
|
||||||
import quarterlyPdf2024Q2 from "@/assets/file/quarterly/10Q 2024-Q2.pdf";
|
import quarterlyPdf2024Q2 from "@/assets/file/quarterly/10Q 2024-Q2.pdf";
|
||||||
import quarterlyPdf2024Q1 from "@/assets/file/quarterly/10Q 2024-Q1.pdf";
|
import quarterlyPdf2024Q1 from "@/assets/file/quarterly/10Q 2024-Q1.pdf";
|
||||||
@ -97,6 +99,16 @@ const searchQuery = ref("");
|
|||||||
|
|
||||||
const state = reactive({
|
const state = reactive({
|
||||||
list: [
|
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",
|
title: "2024 Q3 Quarterly Reports",
|
||||||
description: "Third Quarter 2024 Financial Results",
|
description: "Third Quarter 2024 Financial Results",
|
||||||
|
@ -44,6 +44,8 @@
|
|||||||
<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 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 quarterlyPdf2024Q3 from "@/assets/file/quarterly/10Q 2024-Q3.pdf";
|
||||||
import quarterlyPdf2024Q2 from "@/assets/file/quarterly/10Q 2024-Q2.pdf";
|
import quarterlyPdf2024Q2 from "@/assets/file/quarterly/10Q 2024-Q2.pdf";
|
||||||
import quarterlyPdf2024Q1 from "@/assets/file/quarterly/10Q 2024-Q1.pdf";
|
import quarterlyPdf2024Q1 from "@/assets/file/quarterly/10Q 2024-Q1.pdf";
|
||||||
@ -96,6 +98,16 @@ const searchQuery = ref("");
|
|||||||
|
|
||||||
const state = reactive({
|
const state = reactive({
|
||||||
list: [
|
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",
|
title: "2024 Q3 Quarterly Reports",
|
||||||
description: "Third Quarter 2024 Financial Results",
|
description: "Third Quarter 2024 Financial Results",
|
||||||
|
@ -46,6 +46,8 @@
|
|||||||
<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 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 quarterlyPdf2024Q3 from "@/assets/file/quarterly/10Q 2024-Q3.pdf";
|
||||||
import quarterlyPdf2024Q2 from "@/assets/file/quarterly/10Q 2024-Q2.pdf";
|
import quarterlyPdf2024Q2 from "@/assets/file/quarterly/10Q 2024-Q2.pdf";
|
||||||
import quarterlyPdf2024Q1 from "@/assets/file/quarterly/10Q 2024-Q1.pdf";
|
import quarterlyPdf2024Q1 from "@/assets/file/quarterly/10Q 2024-Q1.pdf";
|
||||||
@ -98,6 +100,16 @@ const searchQuery = ref("");
|
|||||||
|
|
||||||
const state = reactive({
|
const state = reactive({
|
||||||
list: [
|
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",
|
title: "2024 Q3 Quarterly Reports",
|
||||||
description: "Third Quarter 2024 Financial Results",
|
description: "Third Quarter 2024 Financial Results",
|
||||||
|
@ -46,6 +46,8 @@
|
|||||||
<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 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 quarterlyPdf2024Q3 from "@/assets/file/quarterly/10Q 2024-Q3.pdf";
|
||||||
import quarterlyPdf2024Q2 from "@/assets/file/quarterly/10Q 2024-Q2.pdf";
|
import quarterlyPdf2024Q2 from "@/assets/file/quarterly/10Q 2024-Q2.pdf";
|
||||||
import quarterlyPdf2024Q1 from "@/assets/file/quarterly/10Q 2024-Q1.pdf";
|
import quarterlyPdf2024Q1 from "@/assets/file/quarterly/10Q 2024-Q1.pdf";
|
||||||
@ -98,6 +100,16 @@ const searchQuery = ref("");
|
|||||||
|
|
||||||
const state = reactive({
|
const state = reactive({
|
||||||
list: [
|
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",
|
title: "2024 Q3 Quarterly Reports",
|
||||||
description: "Third Quarter 2024 Financial Results",
|
description: "Third Quarter 2024 Financial Results",
|
||||||
|
Loading…
Reference in New Issue
Block a user