mirror of
https://gitee.com/bootx/dax-pay-h5
synced 2026-08-09 22:45:58 +08:00
feat 项目更新
This commit is contained in:
@@ -4,8 +4,6 @@ import { useDesignSettingStore } from '@/store/modules/designSetting'
|
||||
export function useDesignSetting() {
|
||||
const designStore = useDesignSettingStore()
|
||||
|
||||
const getDarkMode = computed(() => designStore.darkMode)
|
||||
|
||||
const getAppTheme = computed(() => designStore.appTheme)
|
||||
|
||||
const getAppThemeList = computed(() => designStore.appThemeList)
|
||||
@@ -15,7 +13,6 @@ export function useDesignSetting() {
|
||||
const getPageAnimateType = computed(() => designStore.pageAnimateType)
|
||||
|
||||
return {
|
||||
getDarkMode,
|
||||
getAppTheme,
|
||||
getAppThemeList,
|
||||
getIsPageAnimate,
|
||||
|
||||
Reference in New Issue
Block a user