Skip to content

Commit

Permalink
chore(VSlideGroup): update comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Aug 12, 2019
1 parent ecde38e commit 850ccee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VSlideGroup/VSlideGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const BaseSlideGroup = mixins<options &
},

updated () {
if (this.internalItemsLength === (this.$children.length || [])) return
if (this.internalItemsLength === (this.$children || []).length) return
this.setWidths()
},

Expand Down

0 comments on commit 850ccee

Please sign in to comment.