Skip to content

Commit

Permalink
fix(mdc-top-app-bar): Missing listeners on element root.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgbross authored and pgbross committed Apr 5, 2018
1 parent bf72305 commit c2da57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/top-app-bar/mdc-top-app-bar.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<header ref="root" :class="rootClasses">
<header ref="root" :class="rootClasses" v-on="$listeners">
<div class="mdc-top-app-bar__row">
<section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-start">
<a ref="navigationIcon" href="#" :class="naviconClasses" v-if="haveNavigationIcon" v-on="listeners">{{icon}}</a>
Expand Down

0 comments on commit c2da57c

Please sign in to comment.