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 0a210b0 commit d1cbd70Copy full SHA for d1cbd70
src/components/table/tfoot.js
@@ -36,8 +36,7 @@ export const BTfoot = /*#__PURE__*/ Vue.extend({
36
// Sniffed by <b-tr> / <b-td> / <b-th>
37
return true
38
},
39
- /* istanbul ignore next: Not currently sniffed in tests */
40
- isDark() /* istanbul ignore next: Not currently sniffed in tests */ {
+ isDark() {
41
42
return this.bvTable.dark
43
0 commit comments