We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2971f commit ea4a5bdCopy full SHA for ea4a5bd
src/components/table/CDataTable.vue
@@ -416,7 +416,7 @@ export default {
416
[`table-${this.size}`]: this.size,
417
'table-dark': this.dark,
418
'table-striped': this.striped,
419
- 'b-table-fixed': this.fixed,
+ 'table-fixed': this.fixed,
420
'table-hover': this.hover,
421
'table-bordered': this.border,
422
'border': this.outlined
0 commit comments