Gallery one item view

This commit is contained in:
2024-08-11 23:49:15 +08:00
parent 3629cf7c63
commit 58f76a2a60
5 changed files with 197 additions and 56 deletions

View File

@@ -57,8 +57,8 @@ const route = useRoute()
const config = useRuntimeConfig()
const attachments = ref<any[]>([])
const firstImage = ref<string|null>()
const firstVideo = ref<string|null>()
const firstImage = ref<string | null>()
const firstVideo = ref<string | null>()
const { data: post } = await useFetch<any>(`${config.public.solarNetworkApi}/cgi/interactive/posts/${route.params.id}`)