8000
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 f07a3f7 commit 47eaf6aCopy full SHA for 47eaf6a
src/components/table/tbody.js
@@ -33,8 +33,7 @@ export const BTbody = /*#__PURE__*/ Vue.extend({
33
inject: {
34
// Sniffed by `<b-tr>` / `<b-td>` / `<b-th>`
35
bvTable: {
36
- /* istanbul ignore next */
37
- default: () => ({})
+ default: /* istanbul ignore next */ () => ({})
38
}
39
},
40
inheritAttrs: false,
0 commit comments