Refactor #3965, Improve build and Added *Base models

This commit is contained in:
mertsincan 2023-07-03 23:20:35 +01:00
parent f4ba20b222
commit 9247620421
134 changed files with 4230 additions and 1729 deletions

View file

@ -68,7 +68,7 @@ const classes = {
bary: 'p-scrollpanel-bar p-scrollpanel-bar-y'
};
const { load: loadStyle } = useStyle(styles, { id: 'primevue_scrollpanel_style', manual: true });
const { load: loadStyle } = useStyle(styles, { name: 'scrollpanel', manual: true });
export default {
name: 'BaseScrollPanel',