Skip to content

Commit ac4c555

Browse files
committed
chore: wip
1 parent fc5c49d commit ac4c555

File tree

2 files changed

+724
-322
lines changed

2 files changed

+724
-322
lines changed

resources/components/Dashboard/Navbar.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<script setup lang="ts">
2+
import { useDark } from '@vueuse/core'
3+
import { ref, watch } from 'vue'
4+
25
const showDropdown = ref(false)
36
const isDark = useDark()
47
const theme = ref(isDark.value ? 'dark' : 'light')

0 commit comments

Comments
 (0)