Skip to content

Commit

Permalink
Update use-weex.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wangyaqi committed Sep 12, 2019
1 parent 2e0b7d3 commit 808160b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/use-weex.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,10 @@ uni-app提供的共享变量和数据的方案如下:

```HBuilderX 2.2.5-alpha```起,nvue支持vuex

**注意:**不支持直接引入`store`使用,可以使用`mapState``mapGetters``mapMutations`等辅助方法或者使用`this.$store`
**注意:**
- 不支持直接引入`store`使用,可以使用`mapState``mapGetters``mapMutations`等辅助方法或者使用`this.$store`
- 暂时只支持`uni-app`编译模式,不支持`weex`编译模式
- `renderer:native`时也可以使用`vuex`

**2. uni.storage:**

Expand Down

0 comments on commit 808160b

Please sign in to comment.