diff --git a/examples/components/test.vue b/examples/components/test.vue index cbaf3952..5d85d9cc 100644 --- a/examples/components/test.vue +++ b/examples/components/test.vue @@ -1,16 +1,40 @@ \ No newline at end of file diff --git a/examples/routers/table.vue b/examples/routers/table.vue index 5e471454..13ef550c 100644 --- a/examples/routers/table.vue +++ b/examples/routers/table.vue @@ -1,159 +1,115 @@ \ No newline at end of file + diff --git a/src/components/table/table-body.vue b/src/components/table/table-body.vue index efb81834..c035ab0c 100644 --- a/src/components/table/table-body.vue +++ b/src/components/table/table-body.vue @@ -11,7 +11,7 @@ :prefix-cls="prefixCls" @mouseenter.native.stop="handleMouseIn(row._index)" @mouseleave.native.stop="handleMouseOut(row._index)" - @click.native.stop="clickCurrentRow(row._index)" + @click.native="clickCurrentRow(row._index)" @dblclick.native.stop="dblclickCurrentRow(row._index)">