small fix
This commit is contained in:
parent
42a5d0c92e
commit
d1ccf5fbd1
@ -39,6 +39,7 @@ const loadedNews = ref(false)
|
|||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
if (!news.value) getNews()
|
if (!news.value) getNews()
|
||||||
|
else loadedNews.value = true
|
||||||
})
|
})
|
||||||
|
|
||||||
const longEventDate = (eventDate) => {
|
const longEventDate = (eventDate) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user