Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 7a2ad87

Browse files
Update with-nuxt.mdx
1 parent 719be2b commit 7a2ad87

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

website/pages/with-nuxt.mdx

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ styles to be generated and injected in the server build.
1919

2020
<br/>
2121

22+
> For Nuxt 2.x, Please make sure to install `@nuxtjs/[email protected]` which supports Nuxt 2.
23+
2224
<CodeGroup lang="bash">
2325
<CodeTab label="Yarn">
24-
yarn add @chakra-ui/nuxt @nuxtjs/emotion
26+
yarn add @chakra-ui/nuxt @nuxtjs/emotion@0.1.0
2527
</CodeTab>
2628
<CodeTab label="NPM">
27-
npm install @chakra-ui/nuxt @nuxtjs/emotion
29+
npm install @chakra-ui/nuxt @nuxtjs/emotion@0.1.0
2830
</CodeTab>
2931
</CodeGroup>
3032

0 commit comments

Comments
 (0)