Skip to content

Commit

Permalink
docs: prepare for v10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Sep 10, 2024
1 parent 707e398 commit 90c38e9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
5 changes: 0 additions & 5 deletions docs/guide/advanced/lite.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# Small size subset of Vue I18n

:::warning NOTICE
`petite-vue-i18n` **is not still GA.
It will be GA with the release of Vue I18n v10.
:::

`petite-vue-i18n` is an alternative distribution of Vue I18n, which provides only minimal features.

## What is the difference from Vue I18n ?
Expand Down
10 changes: 0 additions & 10 deletions docs/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,3 @@ You can also use a specific version/tag via URLs like <https://unpkg.com/vue-i18
You can also use a specific version/tag via URLs like <https://unpkg.com/[email protected]/dist/vue-i18n.esm-browser.js>
## Nightly version
Add the following line to the `dependencies` in `package.json`:
```json
"vue-i18n": "npm:@vue-i18n-nightly"
```
And then run `npm install` or `yarn install` or `pnpm install`.
4 changes: 0 additions & 4 deletions docs/guide/migration/breaking10.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Breaking Changes in v10

:::warning NOTICE
Vue I18n v10 **is still an alpha version**.
:::

## Default enable for JIT compilation

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

0 comments on commit 90c38e9

Please sign in to comment.