mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2026-07-25 13:34:08 +08:00
style: lint
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { useDark, useToggle } from '@vueuse/core'
|
||||
import { useAppStore } from '@/store'
|
||||
import { useDark, useToggle } from '@vueuse/core'
|
||||
|
||||
const appStore = useAppStore()
|
||||
const isDark = useDark()
|
||||
|
||||
Reference in New Issue
Block a user