refactor
parent
488cb9fdaa
commit
656e9501d6
|
@ -22,7 +22,7 @@ const ImageSlots = [
|
||||||
{
|
{
|
||||||
name: "indicator",
|
name: "indicator",
|
||||||
description: "Custom content for the preview indicator"
|
description: "Custom content for the preview indicator"
|
||||||
}-
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
|
@ -110,7 +110,7 @@ const VirtualScrollerSlots = [
|
||||||
{
|
{
|
||||||
name: "content",
|
name: "content",
|
||||||
description: "Custom content for the component"
|
description: "Custom content for the component"
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
name: "loader",
|
name: "loader",
|
||||||
description: "Custom content for the loader items"
|
description: "Custom content for the loader items"
|
||||||
|
|
Loading…
Reference in New Issue