1
0
This commit is contained in:
こぴなたみぽ
2018-02-26 18:31:55 +09:00
parent 1c1976f575
commit 37e5a9d06a
5 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ export default Vue.extend({
this.widgets = (this as any).os.i.client_settings.mobile_home;
}
this.$watch('os.i', i => {
this.$watch('os.i.client_settings', i => {
this.widgets = (this as any).os.i.client_settings.mobile_home;
}, {
deep: true