Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitea4a5bd

Browse files
committed
fix: CDataTable: 'fixed' prop class name correction
1 parentdd2971f commitea4a5bd

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)

[8]ページ先頭

©2009-2025 Movatter.jp