File tree 2 files changed +27
-1
lines changed
2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,19 @@ The examples are offered that use the following two API styles:
65
65
- ` @intlify/eslint-plugin-vue-i18n `
66
66
67
67
68
+ ### :cd : Installation
69
+
70
+ #### npm
71
+
72
+ ``` bash
73
+ npm install --save vue-i18n@next
74
+ ```
75
+
76
+ #### yarn
77
+ ``` bash
78
+ yarn add vue-i18n@next
79
+ ```
80
+
68
81
#### Committers: 1
69
82
- kazuya kawaguchi ([ @kazupon ] ( https://github.com/kazupon ) )
70
83
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ Since the library is still unstable **and because we want feedback** on bugs and
27
27
28
28
If you use stable Vue I18n version, see this [ repository] ( https://github.com/kazupon/vue-i18n )
29
29
30
-
31
30
## :star : New Features
32
31
33
32
### Composable API
@@ -93,6 +92,20 @@ The examples are offered that use the following two API styles:
93
92
- ` @intlify/eslint-plugin-vue-i18n `
94
93
95
94
95
+ ## :cd : Installation
96
+
97
+ ### npm
98
+
99
+ ``` bash
100
+ npm install --save vue-i18n@next
101
+ ```
102
+
103
+ ### yarn
104
+ ``` bash
105
+ yarn add vue-i18n@next
106
+ ```
107
+
108
+
96
109
## :white_check_mark : TODOs
97
110
<details >
98
111
You can’t perform that action at this time.
0 commit comments