We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef078ec commit 45303fcCopy full SHA for 45303fc
ui/src/components/carousel/QCarousel.js
@@ -175,9 +175,7 @@ export default Vue.extend({
175
h('div', {
176
staticClass: 'q-carousel__slides-container',
177
directives: this.panelDirectives
178
- }, [
179
- this.__getPanelContent(h)
180
- ])
+ }, this.__getPanelContent(h))
181
].concat(this.__getContent(h)))
182
}
183
},
ui/src/components/stepper/QStepper.js
@@ -86,9 +86,7 @@ export default Vue.extend({
86
87
staticClass: 'q-stepper__content q-panel-parent',
88
89
90
91
92
)
93
94
0 commit comments