We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b2b69 commit dcffeb6Copy full SHA for dcffeb6
docs/guide/data.md
@@ -217,7 +217,7 @@ export default {
217
}
218
```
219
220
-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:
221
222
``` html
223
// inside a route component
0 commit comments