Fix #5210
This commit is contained in:
parent
636f90ca0c
commit
ac914af9c3
|
@ -5,6 +5,7 @@ unreleased
|
||||||
--------------------
|
--------------------
|
||||||
### 🐛Fixes
|
### 🐛Fixes
|
||||||
* すでに使われたことのあるユーザー名を再度使えないように
|
* すでに使われたことのあるユーザー名を再度使えないように
|
||||||
|
* モバイルのウィジェットページが常に i/update-client-setting を呼び続ける問題を修正
|
||||||
|
|
||||||
11.26.1 (2019/07/21)
|
11.26.1 (2019/07/21)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
|
@ -98,12 +98,6 @@ export default Vue.extend({
|
||||||
id: 'g', data: {}
|
id: 'g', data: {}
|
||||||
}]);
|
}]);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.$watch('$store.getters.mobileHome', () => {
|
|
||||||
this.$store.dispatch('settings/updateMobileHomeProfile');
|
|
||||||
}, {
|
|
||||||
deep: true
|
|
||||||
});
|
|
||||||
},
|
},
|
||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|
Loading…
Reference in New Issue