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 77d77a2 commit 4133c52Copy full SHA for 4133c52
app.vue
@@ -53,7 +53,7 @@ const projectIndex = useCookie('projectIndex', {
53
onMounted(() => {
54
projectIndex.value += 1
55
projectIndex.value %= projects.length
56
- project = projects[projectIndex.value]
+ project.value = projects[projectIndex.value]
57
})
58
59
const project = ref(projects[projectIndex.value])
0 commit comments