mirror of
https://github.com/aelve/guide.git
synced 2024-12-23 12:52:31 +03:00
Component methods now passed to context of execution "serverPrefetch" on client
This commit is contained in:
parent
eec86ace00
commit
eb1c856648
@ -48,6 +48,7 @@ function registerBeforeResolve () {
|
||||
return serverPrefetch.call({
|
||||
$store: store,
|
||||
$router: router,
|
||||
...component.options.methods,
|
||||
...props
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user