1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

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

This commit is contained in:
Michael Shanks 2020-02-27 21:34:52 +00:00
parent 39075b5032
commit 2d67d031c3

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