mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-18 05:25:08 +00:00
nit
This commit is contained in:
@@ -226,8 +226,8 @@ function prepare_page(target: Target): Promise<{
|
|||||||
|
|
||||||
const props = { path, query };
|
const props = { path, query };
|
||||||
const data = {
|
const data = {
|
||||||
preloading: false,
|
|
||||||
path,
|
path,
|
||||||
|
preloading: false,
|
||||||
child: Object.assign({}, root_props.child, {
|
child: Object.assign({}, root_props.child, {
|
||||||
segment: segments[0]
|
segment: segments[0]
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user