Commit 3e783c5e authored by Joel Collins's avatar Joel Collins
Browse files

Common watch format

parent d49b34ef
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ export default {
  },

  watch: {
    appTheme() {
    appTheme: function() {
      this.setLocalStorageObj("appTheme", this.appTheme);
    }
  },
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ export default {
  },

  watch: {
    IHIEnabled() {
    IHIEnabled: function() {
      this.setLocalStorageObj("IHIEnabled", this.IHIEnabled);
    }
  },