mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor on BaseComponent
This commit is contained in:
parent
0f39884e3b
commit
869b572bac
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ export default {
|
|||
this.$style?.loadTheme(style, this.$styleOptions);
|
||||
|
||||
// layer order
|
||||
const layerOrder = this.$style?.getLayerOrderThemeCSS();
|
||||
const layerOrder = this.$style?.getLayerOrderThemeCSS?.();
|
||||
|
||||
BaseStyle.loadTheme(layerOrder, { name: 'layer-order', first: true, ...this.$styleOptions });
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue