Skip to content

Commit

Permalink
文档更新
Browse files Browse the repository at this point in the history
  • Loading branch information
coder-hxl committed Nov 14, 2022
1 parent 377ed77 commit 57853b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const myStore = xlStore({
}
}
}, {
// 只要state的值被重新赋值, 就会执行收集到的依赖
// 在修改state时, 无论state的值是否于原先的相等, 最终都会执行收集到的依赖
sameValueExecuteWatch: true
})

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xl-store",
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"description": "状态管理仓库",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion publish/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const myStore = xlStore({
}
}
}, {
// 默认为true, 只要state的值被重新赋值, 就会执行收集到的依赖
// 在修改state时, 无论state的值是否于原先的相等, 最终都会执行收集到的依赖
sameValueExecuteWatch: true
})

Expand Down
2 changes: 1 addition & 1 deletion publish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xl-store",
"version": "0.1.4",
"version": "0.1.5",
"description": "状态管理仓库",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 57853b0

Please sign in to comment.