mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Change palette
method
This commit is contained in:
parent
7b3908908a
commit
9d84a9f92c
3 changed files with 16 additions and 8 deletions
|
@ -281,6 +281,9 @@ export default {
|
|||
$globalThemeOptions() {
|
||||
return this.$globalTheme?.options;
|
||||
},
|
||||
$globalThemeExtend() {
|
||||
return this.$globalTheme?.extend;
|
||||
},
|
||||
$globalBaseTheme() {
|
||||
return ObjectUtils.getItemValue(this.$globalTheme?.base);
|
||||
},
|
||||
|
@ -329,7 +332,8 @@ export default {
|
|||
globalTheme: {
|
||||
base: { ...this.$globalBaseTheme },
|
||||
preset: { ...this.$globalPresetTheme },
|
||||
options: { ...this.$globalThemeOptions }
|
||||
options: { ...this.$globalThemeOptions },
|
||||
extend: { ...this.$globalThemeExtend }
|
||||
}
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue