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 aa8afb4 commit 3993506Copy full SHA for 3993506
src/components/table/table.js
@@ -83,20 +83,7 @@ export default {
83
},
84
dark: {
85
type: Boolean,
86
- default() {
87
- /* istanbul ignore if */
88
- if (this && typeof this.inverse === 'boolean') {
89
- // Deprecate inverse
90
- warn("b-table: prop 'inverse' has been deprecated. Use 'dark' instead")
91
- return this.dark
92
- }
93
- return false
94
95
- },
96
- inverse: {
97
- // Deprecated in v1.0.0 in favor of `dark`
98
- type: Boolean,
99
- default: null
+ default: false
100
101
hover: {
102
0 commit comments