diff --git a/src/App.vue b/src/App.vue index 8e9bea2e4..d0d8c9358 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,10 +1,11 @@ diff --git a/src/layouts/OutLayout.vue b/src/layouts/OutLayout.vue index f21e6e568..8e9ab3e41 100644 --- a/src/layouts/OutLayout.vue +++ b/src/layouts/OutLayout.vue @@ -26,6 +26,7 @@ const userLocale = computed({ } }, }); + const darkMode = computed({ get() { return Dark.isActive;