mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Added basetheme structure
This commit is contained in:
parent
43bdf2c3e5
commit
6730af3d20
9 changed files with 159 additions and 137 deletions
|
@ -40,7 +40,7 @@ export default {
|
|||
deep: true,
|
||||
immediate: true,
|
||||
handler(newValue) {
|
||||
const { primitive, semantic, global } = this.$style?.getGlobalThemeCSS(newValue, this.$globalBaseTheme, this.$themeParams, this.$globalTheme);
|
||||
const { primitive, semantic, global } = this.$style?.getCommonThemeCSS(newValue, this.$globalBaseTheme, this.$themeParams, this.$globalTheme);
|
||||
|
||||
BaseStyle.loadTheme(primitive, { name: 'primitive-variables', useStyleOptions: this.$styleOptions });
|
||||
BaseStyle.loadTheme(semantic, { name: 'semantic-variables', useStyleOptions: this.$styleOptions });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue