From 364e8c0e1482e5ef6b33cdd04eb7d0853ebf138b Mon Sep 17 00:00:00 2001 From: JobbyM Date: Thu, 1 Jun 2017 10:36:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86time-travel=20=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E6=97=B6=E5=85=89=E6=97=85=E8=A1=8C=EF=BC=8C=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/zh-cn/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh-cn/api.md b/docs/zh-cn/api.md index 85c0c671b..f796aeec5 100644 --- a/docs/zh-cn/api.md +++ b/docs/zh-cn/api.md @@ -126,7 +126,7 @@ const store = new Vuex.Store({ ...options }) - **`replaceState(state: Object)`** - 替换 store 的根状态,仅用状态合并或 time-travel 调试。 +  替换 store 的根状态,仅用状态合并或时光旅行调试。 - **`watch(getter: Function, cb: Function, options?: Object)`**