Skip to content

Commit 4967e00

Browse files
authored
Update table.js
1 parent 9d58183 commit 4967e00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/table/table.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import colgroupMixin from './helpers/mixin-colgroup'
2121
import theadMixin from './helpers/mixin-thead'
2222
import tfootMixin from './helpers/mixin-tfoot'
2323
import tbodyRowMixin from './helpers/mixin-tbody-row'
24+
import tbodyMixin from './helpers/mixin-tbody'
2425
import busyMixin from './helpers/mixin-busy'
2526
import emptyMixin from './helpers/mixin-empty'
2627
import topRowMixin from './helpers/mixin-top-row'
@@ -38,6 +39,7 @@ export default {
3839
theadMixin,
3940
tbodyRowMixin,
4041
tfootMixin,
42+
tbodyMixin,
4143
busyMixin,
4244
colgroupMixin,
4345
emptyMixin,

0 commit comments

Comments
 (0)