mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #3965 - For ScrollTop
This commit is contained in:
parent
ab3343a751
commit
bff2abf68a
6 changed files with 94 additions and 65 deletions
|
@ -29,10 +29,10 @@ const classes = {
|
|||
closeButton: ({ props }) => props.closeIcon
|
||||
};
|
||||
|
||||
const { load: loadStyle } = useStyle(styles, { id: 'primevue_divider_style', manual: true });
|
||||
const { load: loadStyle } = useStyle(styles, { id: 'primevue_inplace_style', manual: true });
|
||||
|
||||
export default {
|
||||
name: 'BaseAvatar',
|
||||
name: 'BaseInplace',
|
||||
extends: BaseComponent,
|
||||
props: {
|
||||
closable: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue