Skip to content

Commit

Permalink
fix(drawer-item): emit click event regardless of router link presence
Browse files Browse the repository at this point in the history
closes #206
  • Loading branch information
griest024 authored and stasson committed Jan 13, 2018
1 parent 40a03ce commit 217413f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/drawer/mdc-drawer-item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<custom-link :link="link"
class="mdc-drawer-item mdc-list-item"
:class="classes" :style="styles"
@click.native="onClick">
@click="onClick">
<span class="mdc-list-item__start-detail" v-if="hasStartDetail">
<slot name="start-detail">
<i class="material-icons" aria-hidden="true">{{startIcon}}</i>
Expand Down

0 comments on commit 217413f

Please sign in to comment.