We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb4a71 commit 6678f28Copy full SHA for 6678f28
README.md
@@ -19,12 +19,13 @@
19

20
21
### 数据持久化
22
-<iframe width="560" height="315" src="https://www.youtube.com/embed/SzTNX7rg9Qg" frameborder="0" allowfullscreen></iframe>
+
23
+[视频](http://7xkm8j.com1.z0.glb.clouddn.com/persistence.mp4)
24
25
玩单机游戏最怕什么?断电。通过订阅 `store.subscribe`,将state储存在localStorage,精确记录所有状态。网页关了刷新了、程序崩溃了、手机没电了,重新打开连接,都可以继续。
26
27
### Vuex 状态预览([Vue DevTools extension](https://github.com/vuejs/vue-devtools))
-<iframe width="560" height="315" src="https://www.youtube.com/embed/iuoSSTqSAUE" frameborder="0" allowfullscreen></iframe>
28
+[视频](http://7xkm8j.com1.z0.glb.clouddn.com/vuex.mp4)
29
30
Vuex 设计管理了所有应存的状态,这是上面持久化的保证。
31
0 commit comments