Skip to content

Commit

Permalink
fix(VSheet): listen to events (#6573)
Browse files Browse the repository at this point in the history
Fixes #6572
  • Loading branch information
mrodal authored and Dmitry Sharshakov committed Feb 23, 2019
1 parent a78e022 commit 66ca89d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vuetify/src/components/VSheet/VSheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ export default mixins(
render (h): VNode {
const data = {
class: this.classes,
style: this.styles
style: this.styles,
on: this.$listeners
}

return h(
Expand Down

0 comments on commit 66ca89d

Please sign in to comment.