Skip to content

Commit 4fe71b7

Browse files
committed
fix: use shallowRef
1 parent 0ce8e20 commit 4fe71b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/[...package].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ if (import.meta.client) {
137137
})
138138
}
139139
140-
const provenanceBadgeMounted = ref(false)
140+
const provenanceBadgeMounted = shallowRef(false)
141141
onMounted(() => {
142142
provenanceBadgeMounted.value = true
143143
})

0 commit comments

Comments
 (0)