Skip to content

Commit 85cc6ff

Browse files
committed
docs: installation for v10
1 parent 69a48c5 commit 85cc6ff

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/guide/installation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
::: code-group
1111

1212
```sh [npm]
13-
npm install vue-i18n@9
13+
npm install vue-i18n@10
1414
```
1515

1616
```sh [yarn]
17-
yarn add vue-i18n@9
17+
yarn add vue-i18n@10
1818
```
1919

2020
```sh [pnpm]
21-
pnpm add vue-i18n@9
21+
pnpm add vue-i18n@10
2222
```
2323

2424
:::
@@ -46,18 +46,18 @@ app.mount('#app')
4646

4747
## Direct Download
4848

49-
<https://unpkg.com/vue-i18n@9>
49+
<https://unpkg.com/vue-i18n@10>
5050

5151
[unpkg.com](https://unpkg.com) provides a npm-based CDN links. The above link will always point to the latest release on npm.
5252

5353
### Global import
5454

5555
```html
5656
<script src="https://unpkg.com/vue@3"></script>
57-
<script src="https://unpkg.com/vue-i18n@9"></script>
57+
<script src="https://unpkg.com/vue-i18n@10"></script>
5858
```
5959

60-
You can also use a specific version/tag via URLs like <https://unpkg.com/vue-i18n@9.12.0/dist/vue-i18n.global.js>
60+
You can also use a specific version/tag via URLs like <https://unpkg.com/vue-i18n@10.0.0/dist/vue-i18n.global.js>
6161

6262
### ES Modules import
6363

@@ -66,5 +66,5 @@ You can also use a specific version/tag via URLs like <https://unpkg.com/vue-i18
6666
<script type="module" src="https://unpkg.com/vue-i18n@9/dist/vue-i18n.esm-browser.js">
6767
```
6868
69-
You can also use a specific version/tag via URLs like <https://unpkg.com/vue-i18n@9.12.0/dist/vue-i18n.esm-browser.js>
69+
You can also use a specific version/tag via URLs like <https://unpkg.com/vue-i18n@10.0.0/dist/vue-i18n.esm-browser.js>
7070

0 commit comments

Comments
 (0)