Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 60fe9c2

Browse files
committed
fixed incorrect type
1 parent a0eeb5b commit 60fe9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bootstrap-vue-next/src/components/BTable/BTableLite.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ const props = withDefaults(
220220
perPage?: number
221221
currentPage?: number
222222
emptyText?: string
223-
busy?: boolean
223+
busy?: Booleanish
224224
emptyFilteredText?: string
225225
tableClasses?: Record<string, any>
226226
fieldColumnClasses?: (field: TableFieldObject) => Record<string, any>[]

0 commit comments

Comments
 (0)