diff --git a/docs/guide/data.md b/docs/guide/data.md index bee85f62..8abb746c 100644 --- a/docs/guide/data.md +++ b/docs/guide/data.md @@ -217,7 +217,7 @@ export default { } ``` -We can use `store.registerModule` to lazy-register this module in a route component's `asyncData` hook: +We can use `store.registerModule` to lazy-register this module in a route component's `serverPrefetch` hook: ``` html // inside a route component