Format fixes
parent
be2f2acb38
commit
6069ef3a00
|
@ -66,7 +66,7 @@ const PanelSlots = [
|
|||
{
|
||||
name: 'fooetr',
|
||||
description: "Custom content for the component's footer."
|
||||
},
|
||||
}
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
|
|
|
@ -152,10 +152,10 @@ export interface PanelSlots {
|
|||
*/
|
||||
collapsed: boolean;
|
||||
}): VNode[];
|
||||
/**
|
||||
/**
|
||||
* Custom footer template.
|
||||
*/
|
||||
footer(): VNode[];
|
||||
footer(): VNode[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue