Skip to content

Commit

Permalink
Fix missing closing bracket in Nuxt guide
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla authored Nov 17, 2023
1 parent f56cdb9 commit 754510d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docusaurus/docs/dev-docs/integrations/nuxt-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ const createRestaurant = async () => {
name: name.value,
description: description.value
})
}
</script>
```

Expand Down

1 comment on commit 754510d

@vercel
Copy link

@vercel vercel bot commented on 754510d Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

docs-vercel-v4.strapi.io
documentation-git-main-strapijs.vercel.app
documentation-strapijs.vercel.app

Please sign in to comment.