Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-22 03:49:19 +08:00

Update index.vue

This commit is contained in:
mowangjuanzi 2024-12-09 23:43:08 +08:00 committed by GitHub
parent 1e47fbd2a9
commit 565d13e935
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ import { Key, Loading, Lock, Picture, User } from "@element-plus/icons-vue"
import { getLoginCodeApi, loginApi } from "./apis"
import Owl from "./components/Owl.vue"
import { useFocus } from "./composables/useFocus"
import {useSettingsStore} from "@/pinia/stores/settings"
import {useSettingsStore} from "@/pinia/stores/settings"
const settingsStore = useSettingsStore()
const { showThemeSwitch } = storeToRefs(settingsStore)