This commit is contained in:
Alex Berg
2018-01-19 01:25:20 -06:00
committed by GitHub
parent 5adfdd6fe0
commit 90cd347112

View File

@@ -73,7 +73,7 @@ function prepare_route(Component: ComponentConstructor, data: RouteData) {
return { Component, data };
}
if (!component && window.__SAComponentPPER__ && window.__SAPPER__.preloaded) {
if (!component && window.__SAPPER__ && window.__SAPPER__.preloaded) {
return { Component, data: Object.assign(data, window.__SAPPER__.preloaded) };
}