mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Update welcome.vue
This commit is contained in:
parent
13333eb6f7
commit
b4fba0dfeb
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,10 @@ export default Vue.extend({
|
|||
this.$modal.show('signin');
|
||||
},
|
||||
dark() {
|
||||
this.$store.commit('device/set', {
|
||||
key: 'darkmode',
|
||||
value: !this.$store.state.device.darkmode
|
||||
});
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue