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