From 25e633fe44d7bd84c566090188ea2c9a82449c69 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Mon, 27 Jun 2022 03:58:55 +1000 Subject: Clean up code in TutorialPane Also simply tutorial instructions --- src/components/SettingsModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/SettingsModal.vue') diff --git a/src/components/SettingsModal.vue b/src/components/SettingsModal.vue index b09af07..34d0043 100644 --- a/src/components/SettingsModal.vue +++ b/src/components/SettingsModal.vue @@ -27,7 +27,7 @@ export default defineComponent({ }, }, watch: { - sweepLeaves(newVal, oldVal){ + sweepLeaves(newVal: boolean, oldVal: boolean){ this.lytOpts.layoutType = newVal ? 'sweep' : 'rect'; }, }, -- cgit v1.2.3