新闻新增
This commit is contained in:
parent
fc4f4ab3f2
commit
1195b8f8e4
@ -215,7 +215,7 @@ const isInView = ref(false);
|
||||
let observer = null;
|
||||
const newList = ref([
|
||||
{
|
||||
time: "May 30, 2025 EDT",
|
||||
time: "May 30, 2025",
|
||||
title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq",
|
||||
router: "/news",
|
||||
},
|
||||
@ -262,7 +262,7 @@ const handleLink = (routers, index) => {
|
||||
router.push({
|
||||
path: routers,
|
||||
query: {
|
||||
data: index,
|
||||
date: index,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
@ -201,7 +201,7 @@ const sampleDate = ref(formatted);
|
||||
|
||||
const newList = ref([
|
||||
{
|
||||
time: "May 30, 2025 EDT",
|
||||
time: "May 30, 2025",
|
||||
title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq",
|
||||
router: "/news",
|
||||
},
|
||||
@ -253,7 +253,7 @@ const handleLink = (routers, index) => {
|
||||
router.push({
|
||||
path: routers,
|
||||
query: {
|
||||
data: index,
|
||||
date: index,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
@ -213,7 +213,7 @@ const isInView = ref(false);
|
||||
let observer = null;
|
||||
const newList = ref([
|
||||
{
|
||||
time: "May 30, 2025 EDT",
|
||||
time: "May 30, 2025",
|
||||
title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq",
|
||||
router: "/news",
|
||||
},
|
||||
@ -260,7 +260,7 @@ const handleLink = (routers, index) => {
|
||||
router.push({
|
||||
path: routers,
|
||||
query: {
|
||||
data: index,
|
||||
date: index,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
@ -241,7 +241,7 @@ onMounted(() => {
|
||||
});
|
||||
const newList = ref([
|
||||
{
|
||||
time: "May 30, 2025 EDT",
|
||||
time: "May 30, 2025",
|
||||
title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq",
|
||||
router: "/news",
|
||||
},
|
||||
@ -263,7 +263,7 @@ const handleLink = (routers, index) => {
|
||||
router.push({
|
||||
path: routers,
|
||||
query: {
|
||||
data: index,
|
||||
date: index,
|
||||
},
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user