Deploy ..
This commit is contained in:
@@ -116,10 +116,6 @@ export default {
|
||||
this.$vuetify.theme.dark = !this.$vuetify.theme.dark
|
||||
const theme = this.$vuetify.theme.dark ? 'dark' : 'light'
|
||||
localStorage.setItem('theme', theme)
|
||||
this.$cookies.set('theme', theme, {
|
||||
path: '/',
|
||||
maxAge: 60 * 60 * 24 * 7,
|
||||
})
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user