Skip to content

Commit

Permalink
fix(VList): pass in measureable styles (#7570)
Browse files Browse the repository at this point in the history
* fix(VList): vlist should have measureable styles

* fix(VList): remove duplicate sytle declaration
  • Loading branch information
MajesticPotatoe authored and johnleider committed Jun 25, 2019
1 parent 1809a1c commit 0fa7e73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VList/VList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export default VSheet.extend({
const data = {
staticClass: 'v-list',
class: this.classes,
style: this.styles,
attrs: {
role: 'list',
...this.$attrs,
Expand Down

0 comments on commit 0fa7e73

Please sign in to comment.