diff --git a/examples/components/test.vue b/examples/components/test.vue
index cbaf395..5d85d9c 100644
--- a/examples/components/test.vue
+++ b/examples/components/test.vue
@@ -1,16 +1,40 @@
- {{ row.name }}
+
+ {{ item.label }}
+
\ No newline at end of file
diff --git a/examples/routers/table.vue b/examples/routers/table.vue
index 5e47145..13ef550 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 efb8183..c035ab0 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)">
|