Skip to content

Commit

Permalink
fix(VCarousel): pass mandatory prop to the delimiters (#8639)
Browse files Browse the repository at this point in the history
* fix(VWindow): container must inherit window height (mandatory = false)

fixes #8273
  • Loading branch information
bludnic authored and johnleider committed Aug 22, 2019
1 parent 83e1c9a commit 6c086cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VCarousel/VCarousel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export default VWindow.extend({
return this.$createElement(ButtonGroup, {
props: {
value: this.internalValue,
mandatory: this.mandatory,
},
on: {
change: (val: any) => {
Expand Down
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VWindow/VWindow.sass
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

.v-window
&__container
height: inherit
position: relative
transition: $window-transition

Expand Down

0 comments on commit 6c086cb

Please sign in to comment.