1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-23 04:42:24 +03:00

Component methods now passed to context of execution "serverPrefetch" on client

This commit is contained in:
Avele 2019-07-09 11:31:25 +04:00
parent eec86ace00
commit eb1c856648

View File

@ -48,6 +48,7 @@ function registerBeforeResolve () {
return serverPrefetch.call({
$store: store,
$router: router,
...component.options.methods,
...props
})
}