Skip to content

Commit b1b1966

Browse files
author
root
committed
update README-EN.MD
1 parent b2c4051 commit b1b1966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README-EN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ Not only refers to the screen adaptation, `but the change of input depending on
1616

1717
### Data persistence
1818

19-
[video](https://www.youtube.com/edit?o=U&video_id=SzTNX7rg9Qg)
19+
[video](https://www.youtube.com/watch?v=SzTNX7rg9Qg)
2020

2121
What's the worst can happen when you're playing stand-alone games? Power outage. The state is stored in the `localStorage` by subscribing to `store.subscribe`, which records exactly all the state. Web page refreshes, the program crashes, the phone is dead, just re-open the connection and you can continue playing.
2222

2323
### Vuex state preview ([Vue DevTools extension](https://github.com/vuejs/vue-devtools))
24-
[video](https://www.youtube.com/edit?o=U&video_id=iuoSSTqSAUE)
24+
[video](https://www.youtube.com/watch?v=iuoSSTqSAUE)
2525

2626
Vuex manages all the state that should be stored, which is a guarantee to be persisted as mentioned above.
2727

0 commit comments

Comments
 (0)