Fix bug
This commit is contained in:
parent
aec5911821
commit
fa0023e541
2 changed files with 6 additions and 4 deletions
|
|
@ -106,10 +106,7 @@ export default Vue.extend({
|
|||
|
||||
deck.layout = deck.columns.map(c => [c.id]);
|
||||
|
||||
this.$store.commit('device/set', {
|
||||
key: 'deck',
|
||||
value: deck
|
||||
});
|
||||
this.$store.commit('setDeck', deck);
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue