mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor #3965, Improve build and Added *Base models
This commit is contained in:
parent
f4ba20b222
commit
9247620421
134 changed files with 4230 additions and 1729 deletions
|
@ -31,7 +31,7 @@ const classes = {
|
|||
end: 'p-toolbar-group-end p-toolbar-group-right'
|
||||
};
|
||||
|
||||
const { load: loadStyle, unload: unloadStyle } = useStyle(styles, { id: 'primevue_toolbar_style', manual: true });
|
||||
const { load: loadStyle, unload: unloadStyle } = useStyle(styles, { name: 'toolbar', manual: true });
|
||||
|
||||
export default {
|
||||
name: 'BaseToolbar',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue