8000 Update tbody.js · bootstrap-vue/bootstrap-vue@47eaf6a · GitHub
[go: up one dir, main page]

Skip to content

Commit 47eaf6a

Browse files
committed
Update tbody.js
1 parent f07a3f7 commit 47eaf6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/table/tbody.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ export const BTbody = /*#__PURE__*/ Vue.extend({
3333
inject: {
3434
// Sniffed by `<b-tr>` / `<b-td>` / `<b-th>`
3535
bvTable: {
36-
/* istanbul ignore next */
37-
default: () => ({})
36+
default: /* istanbul ignore next */ () => ({})
3837
}
3938
},
4039
inheritAttrs: false,

0 commit comments

Comments
 (0)
0