Skip to content

Commit

Permalink
docs: add note on nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Dec 11, 2024
1 parent a6039a4 commit 73f9e10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,7 @@ export default defineNuxtConfig({
modules: ['@kong/kongponents/nuxt'],
})
```

:::warning NOTE
Several Kongponents perform their own data fetching via **axios** and **swrv** that may not be ideal in a Nuxt application, e.g. `KTableData`. We recommend not utilizing these components in your Nuxt project.
:::

0 comments on commit 73f9e10

Please sign in to comment.