Skip to content

Commit ad9fe6a

Browse files
committed
chore: lint
1 parent 0918751 commit ad9fe6a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/bootstrap-vue-3/src/components/BPlaceholder/BPlaceholderTable.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,17 @@ import BPlaceholder from './BPlaceholder.vue'
4040
4141
interface BSkeletonTableProps {
4242
rows?: number
43-
4443
columns?: number
4544
cellWidth?: string | number
4645
size?: PlaceholderSize
4746
animation?: PlaceholderAnimation
4847
variant?: ColorVariant
49-
5048
headerColumns?: number
5149
hideHeader?: Booleanish
5250
headerCellWidth?: string | number
5351
headerSize?: PlaceholderSize
5452
headerAnimation?: PlaceholderAnimation
5553
headerVariant?: ColorVariant
56-
5754
footerColumns?: number
5855
showFooter?: Booleanish
5956
footerCellWidth?: string | number

0 commit comments

Comments
 (0)