Skip to content

Commit

Permalink
feat(MdTableRow): enable native browser events without the .native mo…
Browse files Browse the repository at this point in the history
…difier (#1393)
  • Loading branch information
Samuell1 authored and marcosmoura committed Jan 12, 2018
1 parent 0a83834 commit edb484e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MdTable/MdTableRow.vue
@@ -1,5 +1,5 @@
<template>
<tr class="md-table-row" :class="rowClasses" @click="onClick">
<tr class="md-table-row" :class="rowClasses" @click="onClick" v-on="$listeners">
<md-table-cell-selection
v-model="isSelected"
:md-disabled="mdDisabled"
Expand Down

0 comments on commit edb484e

Please sign in to comment.