新闻事件倒序
This commit is contained in:
parent
3029de7916
commit
710bca3486
@ -215,13 +215,13 @@ const isInView = ref(false);
|
|||||||
let observer = null;
|
let observer = null;
|
||||||
const newList = ref([
|
const newList = ref([
|
||||||
{
|
{
|
||||||
time: "May 30, 2025",
|
time: "2 June, 2025",
|
||||||
title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq",
|
title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ",
|
||||||
router: "/news",
|
router: "/news",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
time: "2 June, 2025",
|
time: "May 30, 2025",
|
||||||
title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ",
|
title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq",
|
||||||
router: "/news",
|
router: "/news",
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
@ -201,13 +201,13 @@ const sampleDate = ref(formatted);
|
|||||||
|
|
||||||
const newList = ref([
|
const newList = ref([
|
||||||
{
|
{
|
||||||
time: "May 30, 2025",
|
time: "2 June, 2025",
|
||||||
title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq",
|
title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ",
|
||||||
router: "/news",
|
router: "/news",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
time: "2 June, 2025",
|
time: "May 30, 2025",
|
||||||
title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ",
|
title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq",
|
||||||
router: "/news",
|
router: "/news",
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
@ -213,13 +213,13 @@ const isInView = ref(false);
|
|||||||
let observer = null;
|
let observer = null;
|
||||||
const newList = ref([
|
const newList = ref([
|
||||||
{
|
{
|
||||||
time: "May 30, 2025",
|
time: "2 June, 2025",
|
||||||
title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq",
|
title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ",
|
||||||
router: "/news",
|
router: "/news",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
time: "2 June, 2025",
|
time: "May 30, 2025",
|
||||||
title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ",
|
title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq",
|
||||||
router: "/news",
|
router: "/news",
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
@ -241,13 +241,13 @@ onMounted(() => {
|
|||||||
});
|
});
|
||||||
const newList = ref([
|
const newList = ref([
|
||||||
{
|
{
|
||||||
time: "May 30, 2025",
|
time: "2 June, 2025",
|
||||||
title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq",
|
title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ",
|
||||||
router: "/news",
|
router: "/news",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
time: "2 June, 2025",
|
time: "May 30, 2025",
|
||||||
title: "FiEE, Inc. Closes Its First Day of Trading on NASDAQ",
|
title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq",
|
||||||
router: "/news",
|
router: "/news",
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
Loading…
Reference in New Issue
Block a user