mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor #3965 - For ScrollTop
This commit is contained in:
parent
ab3343a751
commit
bff2abf68a
6 changed files with 94 additions and 65 deletions
|
@ -48,7 +48,7 @@ const classes = {
|
|||
icon: ({ props }) => ['p-avatar-icon', props.icon]
|
||||
};
|
||||
|
||||
const { load: loadStyle } = useStyle(styles, { id: 'primevue_divider_style', manual: true });
|
||||
const { load: loadStyle } = useStyle(styles, { id: 'primevue_avatar_style', manual: true });
|
||||
|
||||
export default {
|
||||
name: 'BaseAvatar',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue