1
0
Эх сурвалжийг харах

chore: update the Vuex status in README

Kia King Ishii 4 жил өмнө
parent
commit
08b7eb93af
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -2,7 +2,7 @@
 
 
 This is the Vue 3 compatible version of Vuex. The focus is compatibility, and it provides the exact same API as Vuex 3, so users can reuse their existing Vuex code with Vue 3.
 This is the Vue 3 compatible version of Vuex. The focus is compatibility, and it provides the exact same API as Vuex 3, so users can reuse their existing Vuex code with Vue 3.
 
 
-## Status: Beta
+## Status: RC
 
 
 All Vuex 3 features work. There are a few breaking changes described in a later section, so please check them out. You can find basic usage with both option and Composition API in the `example` directory.
 All Vuex 3 features work. There are a few breaking changes described in a later section, so please check them out. You can find basic usage with both option and Composition API in the `example` directory.
 
 
@@ -93,6 +93,6 @@ In Vuex 3, `createLogger` function was exported from `vuex/dist/logger` but it's
 import { createLogger } from 'vuex'
 import { createLogger } from 'vuex'
 ```
 ```
 
 
-## TODOs as of 4.0.0-beta.2
+## TODOs as of 4.0.0-rc.1
 
 
 - Update docs
 - Update docs