diff --git a/README.md b/README.md index 3f26c0ab..c1c8c03b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- +

@@ -34,7 +34,7 @@ - Dozens of useful and beautiful components. - Friendly API. It's made for people with all skill levels. - Extensive documentation. -- It is quite beautiful +- It is quite beautiful. - Support Vue.js 2 and Vue.js 1. ## Programming diff --git a/assets/logo.svg b/assets/logo.svg new file mode 100644 index 00000000..3a61842b --- /dev/null +++ b/assets/logo.svg @@ -0,0 +1,15 @@ + + + + + + + + + + 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)">