Common watch format
This commit is contained in:
parent
d49b34ef6c
commit
3e783c5e7c
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ export default {
|
|||
},
|
||||
|
||||
watch: {
|
||||
appTheme() {
|
||||
appTheme: function() {
|
||||
this.setLocalStorageObj("appTheme", this.appTheme);
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ export default {
|
|||
},
|
||||
|
||||
watch: {
|
||||
IHIEnabled() {
|
||||
IHIEnabled: function() {
|
||||
this.setLocalStorageObj("IHIEnabled", this.IHIEnabled);
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue