Skip to content

Commit a61133e

Browse files
authored
Update mixin-tbody.js
1 parent e66a3c7 commit a61133e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/components/table/helpers/mixin-tbody.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ export default {
1111
type: [String, Array],
1212
default: null
1313
},
14-
tbodyTrClass: {
15-
type: [String, Array, Function],
16-
default: null
17-
},
1814
tbodyTransitionProps: {
1915
type: Object
2016
// default: undefined
@@ -75,7 +71,7 @@ export default {
7571
{
7672
props: tbodyProps,
7773
on: tbodyOn,
78-
class: this.bodyClasses,
74+
class: [this.tbodyClass],
7975
attrs: this.isStacked ? { role: 'rowgroup' } : {}
8076
},
8177
$rows

0 commit comments

Comments
 (0)