Change embed

This commit is contained in:
Jai A
2020-10-09 18:57:26 -07:00
parent 5d9eb25e38
commit 9b9782ce94
4 changed files with 7 additions and 4 deletions

View File

@@ -180,7 +180,7 @@
stroke-linecap="round"
stroke-linejoin="round"
@click="
$colorMode.value =
$colorMode.preference =
$colorMode.value === 'dark' ? 'light' : 'dark'
"
>
@@ -195,7 +195,7 @@
stroke-linecap="round"
stroke-linejoin="round"
@click="
$colorMode.value =
$colorMode.preference =
$colorMode.value === 'dark' ? 'light' : 'dark'
"
>
@@ -253,7 +253,7 @@ export default {
},
logout() {
this.$auth.setToken('local', false)
this.$router.go()
this.$router.go(null)
},
},
}