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 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
You can’t perform that action at this time.
0 commit comments