Skip to content

Commit

Permalink
chore: fix playground with new nuxt shallow ref
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jun 28, 2024
1 parent 3f66ac0 commit b2adb87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playground/app/pages/blob.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ const { data: blobData } = await useFetch('/api/blob', {
folded,
prefix,
limit
}
},
deep: true
})
const files = computed(() => blobData.value?.blobs || [])
Expand Down

0 comments on commit b2adb87

Please sign in to comment.