File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4
4
coverage
5
5
tsconfig.json
6
6
api-extractor.json
7
+ README.md
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Vue I18n is part of the Vue Ecosystem and Intlify Project is an open source proj
72
72
73
73
## Quickstart
74
74
75
- - Via CDN: ` <script src="https://unpkg.com/vue-i18n@next "></script> `
75
+ - Via CDN: ` <script src="https://unpkg.com/vue-i18n@9 "></script> `
76
76
- In-browser playground on [ CodeSandbox] ( https://codesandbox.io/s/vue-i18n-9-template-h28c0 )
77
77
- Add it to an existing Vue Project:
78
78
``` bash
Original file line number Diff line number Diff line change 8
8
9
9
## Direct Download
10
10
11
- < https://unpkg.com/vue-i18n@next >
11
+ < https://unpkg.com/vue-i18n@9 >
12
12
13
13
[ unpkg.com] ( https://unpkg.com ) provides a npm-based CDN links. The above link will always point to the latest release on npm.
14
14
19
19
<script src =" https://unpkg.com/vue-i18n@next" ></script >
20
20
```
21
21
22
- You can also use a specific version/tag via URLs like < https://unpkg.com/vue-i18n@9.0.0-rc.1 /dist/vue-i18n.global.js >
22
+ You can also use a specific version/tag via URLs like < https://unpkg.com/vue-i18n@9.1.0 /dist/vue-i18n.global.js >
23
23
24
24
### ES Modules import
25
25
@@ -28,7 +28,7 @@ You can also use a specific version/tag via URLs like <https://unpkg.com/vue-i18
28
28
< script type= " module" src= " https://unpkg.com/vue-i18n@next/dist/vue-i18n.esm-browser.js" >
29
29
` ` `
30
30
31
- You can also use a specific version/tag via URLs like <https://unpkg.com/vue-i18n@9.0.0-rc.1 /dist/vue-i18n.esm-browser.js>
31
+ You can also use a specific version/tag via URLs like <https://unpkg.com/vue-i18n@9.1.0 /dist/vue-i18n.esm-browser.js>
32
32
33
33
34
34
## Package managers
You can’t perform that action at this time.
0 commit comments