mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor: trying to get more details on #397
This commit is contained in:
parent
a3d726a68a
commit
cf03f66501
1 changed files with 5 additions and 1 deletions
|
@ -37,7 +37,11 @@ export default {
|
|||
...mapGetters(['is_dark'])
|
||||
},
|
||||
created () {
|
||||
this.$vuetify.theme.dark = this.is_dark
|
||||
try {
|
||||
this.$vuetify.theme.dark = this.is_dark
|
||||
} catch (e) {
|
||||
console.error(e)
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue