Skip to content

Commit

Permalink
fix(QCarousel): swipeable not working correctly #8540
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Feb 25, 2021
1 parent 95024dd commit 26e2952
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/lib/quasar-conf-file.js
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,6 @@ class QuasarConfFile {
}

if (this.ctx.mode.capacitor) {

const { capVersion } = require('./capacitor/cap-cli')
cfg.__versions.capacitor = capVersion

Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/carousel/QCarousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export default defineComponent({
getPanelContent(),
'sl-cont',
props.swipeable,
() => panelDirectives
() => panelDirectives.value
)
].concat(getContent()))
}
Expand Down

0 comments on commit 26e2952

Please sign in to comment.