Skip to content

Commit a79b7a2

Browse files
committed
fix: player button class prop types
1 parent 2f1b8e0 commit a79b7a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/components/video/VideoButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const props = withDefaults(
2222
controls?: boolean;
2323
useBackground?: boolean;
2424
verticalOffset?: string;
25-
class?: string;
25+
class?: string | any[];
2626
}>(),
2727
{
2828
icon: ProiconsFullScreenMaximize,

0 commit comments

Comments
 (0)