bugfix: screen prop 'url' was changed to 'route'

This commit is contained in:
Michael Shanks 2020-02-27 21:34:52 +00:00
parent b7a5bab47c
commit 7caf336240
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
$: screen_props =
$store.currentFrontEndType === "page"
? getProps($store.currentPreviewItem, ["name", "favicon"])
: getProps($store.currentPreviewItem, ["name", "description", "url"])
: getProps($store.currentPreviewItem, ["name", "description", "route"])
$: console.log(screen_props)
const onPropChanged = store.setComponentProp
const onStyleChanged = store.setComponentStyle