We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf44ccf commit 77d77a2Copy full SHA for 77d77a2
app.vue
@@ -53,6 +53,7 @@ const projectIndex = useCookie('projectIndex', {
53
onMounted(() => {
54
projectIndex.value += 1
55
projectIndex.value %= projects.length
56
+ project = projects[projectIndex.value]
57
})
58
59
const project = ref(projects[projectIndex.value])
0 commit comments