Skip to content

Commit 90c38e9

Browse files
committed
docs: prepare for v10 release
1 parent 707e398 commit 90c38e9

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

docs/guide/advanced/lite.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# Small size subset of Vue I18n
22

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-
83
`petite-vue-i18n` is an alternative distribution of Vue I18n, which provides only minimal features.
94

105
## What is the difference from Vue I18n ?

docs/guide/installation.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,3 @@ You can also use a specific version/tag via URLs like <https://unpkg.com/vue-i18
6868
6969
You can also use a specific version/tag via URLs like <https://unpkg.com/[email protected]/dist/vue-i18n.esm-browser.js>
7070
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`.

docs/guide/migration/breaking10.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Breaking Changes in v10
22

3-
:::warning NOTICE
4-
Vue I18n v10 **is still an alpha version**.
5-
:::
6-
73
## Default enable for JIT compilation
84

95
**Reason**: CSP problems can be solved and dynamic resources can be supported

0 commit comments

Comments
 (0)