mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-04-27 21:44:25 +08:00
引入tailwind css,调整样式
This commit is contained in:
@@ -22,9 +22,9 @@ import {useSharedStore} from "@/store/sharedata";
|
||||
|
||||
const active = ref('home')
|
||||
const store = useSharedStore()
|
||||
const theme = ref(store.mobileTheme)
|
||||
const theme = ref(store.theme)
|
||||
|
||||
watch(() => store.mobileTheme, (val) => {
|
||||
watch(() => store.theme, (val) => {
|
||||
theme.value = val
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user