Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ea4a5bd

Browse filesBrowse files
committed
fix: CDataTable: 'fixed' prop class name correction
1 parent dd2971f commit ea4a5bd
Copy full SHA for ea4a5bd

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/components/table/CDataTable.vue

Copy file name to clipboardExpand all lines: src/components/table/CDataTable.vue
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.