Skip to content

Commit 01654b2

Browse files
committed
Merge remote-tracking branch 'upstream/master' into working
2 parents 4e662eb + 2b0ce74 commit 01654b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zh/data.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ if (window.__INITIAL_STATE__) {
188188
})
189189
```
190190

191-
1. **匹配要渲染的视图后,再获取数据:**
191+
2. **匹配要渲染的视图后,再获取数据:**
192192

193193
此策略将客户端数据预取逻辑,放在视图组件的 `beforeMount` 函数中。当路由导航被触发时,可以立即切换视图,因此应用程序具有更快的响应速度。然而,传入视图在渲染时不会有完整的可用数据。因此,对于使用此策略的每个视图组件,都需要具有条件加载状态。
194194

0 commit comments

Comments
 (0)