Fix bug
This commit is contained in:
parent
1c1976f575
commit
37e5a9d06a
5 changed files with 9 additions and 5 deletions
|
@ -126,7 +126,7 @@ export default Vue.extend({
|
|||
created() {
|
||||
this.widgets.left = this.left;
|
||||
this.widgets.right = this.right;
|
||||
this.$watch('os.i', i => {
|
||||
this.$watch('os.i.client_settings', i => {
|
||||
this.widgets.left = this.left;
|
||||
this.widgets.right = this.right;
|
||||
}, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue