mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2026-09-17 05:28:55 +00:00
feat: theme color switch
This commit is contained in:
@@ -34,6 +34,8 @@ const getShowFooter = computed(() => unref(getRootSetting).showFooter);
|
||||
|
||||
const getShowBreadCrumb = computed(() => unref(getRootSetting).showBreadCrumb);
|
||||
|
||||
const getThemeColor = computed(() => unref(getRootSetting).themeColor);
|
||||
|
||||
const getShowBreadCrumbIcon = computed(() => unref(getRootSetting).showBreadCrumbIcon);
|
||||
|
||||
const getFullContent = computed(() => unref(getRootSetting).fullContent);
|
||||
@@ -74,5 +76,6 @@ export function useRootSetting() {
|
||||
getShowFooter,
|
||||
getContentMode,
|
||||
getLockTime,
|
||||
getThemeColor,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user