From b1b1966e9fd3e3789c429318e05c7b71e85681ed Mon Sep 17 00:00:00 2001 From: root Date: Thu, 15 Jun 2017 23:49:22 +0800 Subject: [PATCH] update README-EN.MD --- README-EN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-EN.md b/README-EN.md index 7043d86..a0f6064 100644 --- a/README-EN.md +++ b/README-EN.md @@ -16,12 +16,12 @@ Not only refers to the screen adaptation, `but the change of input depending on ### Data persistence -[video](https://www.youtube.com/edit?o=U&video_id=SzTNX7rg9Qg) +[video](https://www.youtube.com/watch?v=SzTNX7rg9Qg) 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. ### Vuex state preview ([Vue DevTools extension](https://github.com/vuejs/vue-devtools)) -[video](https://www.youtube.com/edit?o=U&video_id=iuoSSTqSAUE) +[video](https://www.youtube.com/watch?v=iuoSSTqSAUE) Vuex manages all the state that should be stored, which is a guarantee to be persisted as mentioned above.