Skip to content

Commit ea4a5bd

Browse files
committed
fix: CDataTable: 'fixed' prop class name correction
1 parent dd2971f commit ea4a5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/table/CDataTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ export default {
416416
[`table-${this.size}`]: this.size,
417417
'table-dark': this.dark,
418418
'table-striped': this.striped,
419-
'b-table-fixed': this.fixed,
419+
'table-fixed': this.fixed,
420420
'table-hover': this.hover,
421421
'table-bordered': this.border,
422422
'border': this.outlined

0 commit comments

Comments
 (0)