mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 19:00:35 +01:00
docs(i18n): remove next tag from @nuxtjs/i18n installation (#3675)
This commit is contained in:
@@ -136,19 +136,19 @@ To dynamically switch between languages, you can use the [Nuxt I18n](https://i18
|
|||||||
::code-group{sync="pm"}
|
::code-group{sync="pm"}
|
||||||
|
|
||||||
```bash [pnpm]
|
```bash [pnpm]
|
||||||
pnpm add @nuxtjs/i18n@next
|
pnpm add @nuxtjs/i18n
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash [yarn]
|
```bash [yarn]
|
||||||
yarn add @nuxtjs/i18n@next
|
yarn add @nuxtjs/i18n
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash [npm]
|
```bash [npm]
|
||||||
npm install @nuxtjs/i18n@next
|
npm install @nuxtjs/i18n
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash [bun]
|
```bash [bun]
|
||||||
bun add @nuxtjs/i18n@next
|
bun add @nuxtjs/i18n
|
||||||
```
|
```
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|||||||
Reference in New Issue
Block a user