WIP starbook demo
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user