We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d58183 commit 4967e00Copy full SHA for 4967e00
src/components/table/table.js
@@ -21,6 +21,7 @@ import colgroupMixin from './helpers/mixin-colgroup'
21
import theadMixin from './helpers/mixin-thead'
22
import tfootMixin from './helpers/mixin-tfoot'
23
import tbodyRowMixin from './helpers/mixin-tbody-row'
24
+import tbodyMixin from './helpers/mixin-tbody'
25
import busyMixin from './helpers/mixin-busy'
26
import emptyMixin from './helpers/mixin-empty'
27
import topRowMixin from './helpers/mixin-top-row'
@@ -38,6 +39,7 @@ export default {
38
39
theadMixin,
40
tbodyRowMixin,
41
tfootMixin,
42
+ tbodyMixin,
43
busyMixin,
44
colgroupMixin,
45
emptyMixin,
0 commit comments