mirror of
https://github.com/DiscordFactory/website-documentation.git
synced 2026-01-23 05:20:27 +01:00
🚧 Work in progress
This commit is contained in:
@@ -30,11 +30,6 @@ onMounted(() => {
|
||||
htmlStatut.value = document.documentElement.classList.contains('dark')
|
||||
})
|
||||
|
||||
const route = useRoute()
|
||||
onMounted(() => $route.path, () => {
|
||||
console.log('test')
|
||||
})
|
||||
|
||||
function toggle () {
|
||||
const htmlRoot = document.documentElement as HTMLElement
|
||||
htmlRoot.classList.contains('dark')
|
||||
|
||||
Reference in New Issue
Block a user