Skip to content

Commit c6e368f

Browse files
committed
update
1 parent 744d935 commit c6e368f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
<p align="center">
66
<a href="https://github.com/intlify/vue-i18n-loader/actions?query=workflow%3ATest"><img src="https://github.com/intlify/vue-i18n-loader/workflows/Test/badge.svg" alt="Build Status"></a>
77
<a href="https://www.npmjs.com/package/@intlify/vue-i18n-loader"><img src="https://img.shields.io/npm/v/@intlify/vue-i18n-loader.svg" alt="npm"></a>
8-
<a href="https://devtoken.rocks/package/@intlify/vue-i18n-loader"><img src="https://badge.devtoken.rocks/@intlify/vue-i18n-loader" alt="@intlify/vue-i18n-loader Dev Token"/></a>
98
</p>
109

1110
<p align="center">vue-i18n loader for custom blocks</p>
1211

1312
**NOTE:** :warning: This `next` branch is development branch for Vue 3! The stable version is now in [`master`](https://github.com/intlify/vue-i18n-loader/tree/master) branch!
1413

15-
## Status: Alpha ![Test](https://github.com/intlify/vue-i18n-loader/workflows/Test/badge.svg)
14+
## Status: Beta ![Test](https://github.com/intlify/vue-i18n-loader/workflows/Test/badge.svg)
1615

1716
<br/>
1817

@@ -30,13 +29,13 @@
3029
### NPM
3130

3231
```sh
33-
$ npm i --save-dev @intlify/vue-i18n-loader@alpha
32+
$ npm i --save-dev @intlify/vue-i18n-loader@next
3433
```
3534

3635
### YARN
3736

3837
```sh
39-
$ yarn add -D @intlify/vue-i18n-loader@alpha
38+
$ yarn add -D @intlify/vue-i18n-loader@next
4039
```
4140

4241
## :rocket: `i18n` custom block

0 commit comments

Comments
 (0)