Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dntzhang committed Oct 30, 2018
1 parent 330334c commit 8e01174
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,10 @@ data: {
b: { arr: [ ] },
firstName: null,
lastName: null,
pureProp: null
pureProp: null,
//privateProp 你也可以定义 store.data 没有的属性,该属性的变更只能通过 this.setData 进行更新视图
privateProp: '私有数据',
xxxx: '私有数据2'
}
```

Expand Down

0 comments on commit 8e01174

Please sign in to comment.