OverlayPanel apigenarator fixed
parent
1c40b50e01
commit
07ca49f983
|
@ -49,7 +49,7 @@ const OverlayPanelProps = [
|
|||
}
|
||||
];
|
||||
|
||||
const MessageSlots = [
|
||||
const OverlayPanelSlots = [
|
||||
{
|
||||
name: 'closeicon',
|
||||
description: 'Custom close icon template.'
|
||||
|
@ -72,7 +72,7 @@ module.exports = {
|
|||
name: 'OverlayPanel',
|
||||
description: 'OverlayPanel is a container component positioned as connected to its target.',
|
||||
props: OverlayPanelProps,
|
||||
slots: MessageSlots,
|
||||
slots: OverlayPanelSlots,
|
||||
events: OverlayPanelEvents
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue