mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update #3965 - For Dialog
This commit is contained in:
parent
ded7a0dc06
commit
8494b53f48
1 changed files with 2 additions and 2 deletions
|
@ -203,10 +203,10 @@ const classes = {
|
|||
footer: 'p-dialog-footer'
|
||||
};
|
||||
|
||||
const { load: loadStyle } = useStyle(styles, { id: 'primevue_avatar_style', manual: true });
|
||||
const { load: loadStyle } = useStyle(styles, { id: 'primevue_dialog_style', manual: true });
|
||||
|
||||
export default {
|
||||
name: 'BaseAvatar',
|
||||
name: 'BaseDialog',
|
||||
extends: BaseComponent,
|
||||
props: {
|
||||
header: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue