WIP starbook demo
All checks were successful
Deploy App / build (push) Successful in 34s
Deploy App / deploy (push) Successful in 25s

This commit is contained in:
valere
2026-02-10 07:31:31 +01:00
parent 7fa6f6ccc8
commit 7be09dd12d
17 changed files with 516 additions and 914 deletions

View File

@@ -19,7 +19,7 @@ useHead({
})
const clickOnSlugCard = () => {
isFaceUp.value = true
//
}
const imageLoaded = () => {
@@ -28,7 +28,7 @@ const imageLoaded = () => {
onMounted(() => {
setTimeout(() => {
clickOnSlugCard()
isFaceUp.value = true
}, 700)
})
</script>