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