Skip to content
This repository was archived by the owner on Jul 4, 2021. It is now read-only.

Commit d3ab76d

Browse files
authored
prerelease release v2.0.0-rc.1 (#61)
* prerelease release v2.0.0-rc.1 * update docs
1 parent 7f38f79 commit d3ab76d

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
3+
24
## v1.0.0-beta.17 (2021-02-12)
35

46
#### :zap: Improvement Features

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ export default defineConfig({
5656
plugins: [
5757
vue(), // you need to install `@vitejs/plugin-vue`
5858
vueI18n({
59+
// if you want to use Vue I18n Legacy API, you need to set `compositionOnly: false`
60+
// compositionOnly: false,
61+
5962
// you need to set i18n resource including paths !
6063
include: path.resolve(__dirname, './path/to/src/locales/**')
6164
})

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@intlify/vite-plugin-vue-i18n",
33
"description": "Vite plugin for i18n resource pre-compilation and custom blocks",
4-
"version": "1.0.0-beta.17",
4+
"version": "2.0.0-rc.1",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "kawakazu80@gmail.com"

0 commit comments

Comments
 (0)