Skip to content

Commit

Permalink
fix(VBanner): pass attributes to v-banner element
Browse files Browse the repository at this point in the history
fixes #9837
  • Loading branch information
johnleider committed Dec 4, 2019
1 parent 1d62d23 commit ddb2b9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VBanner/VBanner.ts
Expand Up @@ -161,6 +161,7 @@ export default mixins(
return h(VExpandTransition, [
h('div', {
staticClass: 'v-banner',
attrs: this.attrs$,
class: this.classes,
style: this.styles,
directives: [{
Expand Down

0 comments on commit ddb2b9f

Please sign in to comment.