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