diff --git a/examples/components/test.vue b/examples/components/test.vue index 6451c2a..e3a42ba 100644 --- a/examples/components/test.vue +++ b/examples/components/test.vue @@ -1,20 +1,39 @@ + props: { + row: Object + } + }; + \ No newline at end of file diff --git a/examples/routers/table.vue b/examples/routers/table.vue index 376858f..c48347b 100644 --- a/examples/routers/table.vue +++ b/examples/routers/table.vue @@ -1,144 +1,88 @@ \ No newline at end of file diff --git a/src/components/table/table-head.vue b/src/components/table/table-head.vue index 45c5adc..efa5a8d 100644 --- a/src/components/table/table-head.vue +++ b/src/components/table/table-head.vue @@ -7,7 +7,10 @@
- +