Common watch format

This commit is contained in:
Joel Collins 2020-11-23 17:32:09 +00:00
parent d49b34ef6c
commit 3e783c5e7c
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ export default {
}, },
watch: { watch: {
appTheme() { appTheme: function() {
this.setLocalStorageObj("appTheme", this.appTheme); this.setLocalStorageObj("appTheme", this.appTheme);
} }
}, },

View file

@ -39,7 +39,7 @@ export default {
}, },
watch: { watch: {
IHIEnabled() { IHIEnabled: function() {
this.setLocalStorageObj("IHIEnabled", this.IHIEnabled); this.setLocalStorageObj("IHIEnabled", this.IHIEnabled);
} }
}, },