Skip to content

Commit 754510d

Browse files
authored
Fix missing closing bracket in Nuxt guide
1 parent f56cdb9 commit 754510d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docusaurus/docs/dev-docs/integrations/nuxt-js.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ const createRestaurant = async () => {
332332
name: name.value,
333333
description: description.value
334334
})
335+
}
335336
</script>
336337
```
337338

0 commit comments

Comments
 (0)