Update welcome.vue

This commit is contained in:
syuilo 2018-05-25 15:06:35 +09:00 committed by GitHub
parent 13333eb6f7
commit b4fba0dfeb

View file

@ -50,6 +50,10 @@ export default Vue.extend({
this.$modal.show('signin'); this.$modal.show('signin');
}, },
dark() { dark() {
this.$store.commit('device/set', {
key: 'darkmode',
value: !this.$store.state.device.darkmode
});
} }
} }
}); });