chore(schema): add missing closing code block (#25641)

This commit is contained in:
Žan Fras 2024-02-05 21:26:10 +01:00 committed by GitHub
parent be8f99cbbe
commit 8966e20498
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -291,6 +291,7 @@ export default defineUntypedSchema({
* const { data } = await useAsyncData(route.params.slug, async () => { * const { data } = await useAsyncData(route.params.slug, async () => {
* return await $fetch(`/api/my-page/${route.params.slug}`) * return await $fetch(`/api/my-page/${route.params.slug}`)
* }) * })
* ```
*/ */
sharedPrerenderData: false, sharedPrerenderData: false,