File tree Expand file tree Collapse file tree 3 files changed +0
-19
lines changed Expand file tree Collapse file tree 3 files changed +0
-19
lines changed Original file line number Diff line number Diff line change 1
1
# Small size subset of Vue I18n
2
2
3
- :::warning NOTICE
4
- ` petite-vue-i18n ` ** is not still GA.
5
- It will be GA with the release of Vue I18n v10.
6
- :::
7
-
8
3
` petite-vue-i18n ` is an alternative distribution of Vue I18n, which provides only minimal features.
9
4
10
5
## What is the difference from Vue I18n ?
Original file line number Diff line number Diff line change @@ -68,13 +68,3 @@ You can also use a specific version/tag via URLs like <https://unpkg.com/vue-i18
68
68
69
69
You can also use a specific version/tag via URLs like <https://unpkg.com/[email protected] /dist/vue-i18n.esm-browser.js>
70
70
71
-
72
- ## Nightly version
73
-
74
- Add the following line to the ` dependencies` in ` package .json ` :
75
-
76
- ` ` ` json
77
- " vue-i18n" : " npm:@vue-i18n-nightly"
78
- ` ` `
79
-
80
- And then run ` npm install` or ` yarn install` or ` pnpm install` .
Original file line number Diff line number Diff line change 1
1
# Breaking Changes in v10
2
2
3
- :::warning NOTICE
4
- Vue I18n v10 ** is still an alpha version** .
5
- :::
6
-
7
3
## Default enable for JIT compilation
8
4
9
5
** Reason** : CSP problems can be solved and dynamic resources can be supported
You can’t perform that action at this time.
0 commit comments