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