モバイル版でもデッキを使えるように (#4366)

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Fix bug

* wip

* Update notifications.vue

* Update user-menu.vue

* deck settings

* indicate
This commit is contained in:
syuilo 2019-02-25 19:45:00 +09:00 committed by GitHub
parent 3654f247c4
commit c0a60260c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
53 changed files with 711 additions and 666 deletions

View file

@ -283,7 +283,7 @@ export default class MiOS extends EventEmitter {
});
main.on('widgetUpdated', x => {
this.store.commit('settings/setWidget', {
this.store.commit('settings/updateWidget', {
id: x.id,
data: x.data
});