Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 90cd347

Browse files
authored
Fix typo
1 parent 5adfdd6 commit 90cd347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function prepare_route(Component: ComponentConstructor, data: RouteData) {
7373
return { Component, data };
7474
}
7575

76-
if (!component && window.__SAComponentPPER__ && window.__SAPPER__.preloaded) {
76+
if (!component && window.__SAPPER__ && window.__SAPPER__.preloaded) {
7777
return { Component, data: Object.assign(data, window.__SAPPER__.preloaded) };
7878
}
7979

0 commit comments

Comments
 (0)