Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
docs: add warning about defineNuxtConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 12, 2021
1 parent 06500ab commit f1fcec7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/en/typings/definitionHelpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ export default defineNuxtConfig({
})
```

<alert type="warning">Note that if you define your Nuxt config this way you will need to ensure that `@nuxtjs/composition-api` is present in your `dependencies` rather than `devDependencies`.</alert>

## defineNuxtPlugin

Create a plugin with types with:
Expand Down

1 comment on commit f1fcec7

@vercel
Copy link

@vercel vercel bot commented on f1fcec7 Feb 12, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.