Skip to content

Commit 77d77a2

Browse files
committed
bugfix
1 parent cf44ccf commit 77d77a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const projectIndex = useCookie('projectIndex', {
5353
onMounted(() => {
5454
projectIndex.value += 1
5555
projectIndex.value %= projects.length
56+
project = projects[projectIndex.value]
5657
})
5758
5859
const project = ref(projects[projectIndex.value])

0 commit comments

Comments
 (0)