This commit is contained in:
syuilo
2019-06-21 15:11:56 +09:00
parent aec5911821
commit fa0023e541
2 changed files with 6 additions and 4 deletions

View File

@@ -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);
}
},