diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-27 03:58:55 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-27 04:11:24 +1000 |
| commit | 25e633fe44d7bd84c566090188ea2c9a82449c69 (patch) | |
| tree | 03163dcad9dd20d35a3ded49702ad8a6b7dad5c3 /src/components/SettingsModal.vue | |
| parent | a59095b8f87b470872a692b913e6bc2a8cca759b (diff) | |
Clean up code in TutorialPane
Also simply tutorial instructions
Diffstat (limited to 'src/components/SettingsModal.vue')
| -rw-r--r-- | src/components/SettingsModal.vue | 2 |
1 files changed, 1 insertions, 1 deletions
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'; }, }, |
