Skip to content

Commit 7fa3aca

Browse files
authored
docs(i18n): update vue-i18n version (#4674)
1 parent cc3575e commit 7fa3aca

File tree

1 file changed

+4
-4
lines changed
  • docs/content/1.getting-started/7.i18n

1 file changed

+4
-4
lines changed

docs/content/1.getting-started/7.i18n/2.vue.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,19 +199,19 @@ To dynamically switch between languages, you can use the [Vue I18n](https://vue-
199199
::code-group{sync="pm"}
200200

201201
```bash [pnpm]
202-
pnpm add vue-i18n@10
202+
pnpm add vue-i18n@11
203203
```
204204

205205
```bash [yarn]
206-
yarn add vue-i18n@10
206+
yarn add vue-i18n@11
207207
```
208208

209209
```bash [npm]
210-
npm install vue-i18n@10
210+
npm install vue-i18n@11
211211
```
212212

213213
```bash [bun]
214-
bun add vue-i18n@10
214+
bun add vue-i18n@11
215215
```
216216

217217
::

0 commit comments

Comments
 (0)