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 4046a53 commit 2302b31Copy full SHA for 2302b31
src/components/table/helpers/mixin-stacked.js
@@ -10,7 +10,7 @@ export default {
10
computed: {
11
isStacked() {
12
// `true` when always stacked, or breakpoint specified
13
- return this.stacked === '' ? true : Boolean(this.stacked)
+ return this.stacked === '' ? true : this.stacked
14
},
15
isStackedAlways() {
16
return this.stacked === true || this.stacked === ''
0 commit comments