Skip to content

Commit 375eeb9

Browse files
authored
Update table.js
1 parent a61133e commit 375eeb9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/table/table.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,6 @@ export default {
206206
'b-table-selectable': this.selectable
207207
}
208208
},
209-
bodyClasses() {
210-
return [this.tbodyClass]
211-
},
212209
// Items related computed props
213210
localFiltering() {
214211
return this.hasProvider ? !!this.noProviderFiltering : true

0 commit comments

Comments
 (0)