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

Skip to content

Commit d6ac48b

Browse files
committed
Update td.js
1 parent 47eaf6a commit d6ac48b

File tree

1 file changed

+1
-2
lines changed
  • src/components/table

1 file changed

+1
-2
lines changed

src/components/table/td.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ export const BTd = /*#__PURE__*/ Vue.extend({
4646
mixins: [attrsMixin, listenersMixin, normalizeSlotMixin],
4747
inject: {
4848
bvTableTr: {
49-
/* istanbul ignore next */
50-
default: () => ({})
49+
default: /* istanbul ignore next */ () => ({})
5150
}
5251
},
5352
inheritAttrs: false,

0 commit comments

Comments
 (0)
0