File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
::: code-group
11
11
12
12
``` sh [npm]
13
- npm install vue-i18n@9
13
+ npm install vue-i18n@10
14
14
```
15
15
16
16
``` sh [yarn]
17
- yarn add vue-i18n@9
17
+ yarn add vue-i18n@10
18
18
```
19
19
20
20
``` sh [pnpm]
21
- pnpm add vue-i18n@9
21
+ pnpm add vue-i18n@10
22
22
```
23
23
24
24
:::
@@ -46,18 +46,18 @@ app.mount('#app')
46
46
47
47
## Direct Download
48
48
49
- < https://unpkg.com/vue-i18n@9 >
49
+ < https://unpkg.com/vue-i18n@10 >
50
50
51
51
[ unpkg.com] ( https://unpkg.com ) provides a npm-based CDN links. The above link will always point to the latest release on npm.
52
52
53
53
### Global import
54
54
55
55
``` html
56
56
<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 >
58
58
```
59
59
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 >
61
61
62
62
### ES Modules import
63
63
@@ -66,5 +66,5 @@ You can also use a specific version/tag via URLs like <https://unpkg.com/vue-i18
66
66
< script type= " module" src= " https://unpkg.com/vue-i18n@9/dist/vue-i18n.esm-browser.js" >
67
67
` ` `
68
68
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>
70
70
You can’t perform that action at this time.
0 commit comments