diff --git a/README.md b/README.md index b1d1bc8..614f562 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ - [x] Radio - [x] Checkbox - [x] Switch -- [ ] Table +- [x] Table - [x] Select - [x] Slider - [x] DatePicker diff --git a/examples/app.vue b/examples/app.vue index 60183fa..71fb03c 100644 --- a/examples/app.vue +++ b/examples/app.vue @@ -49,6 +49,7 @@ li + li { border-left: solid 1px #bbb; padding-left: 10px; margin-left: 10px; }
  • Transfer
  • Date
  • Form
  • +
  • Table
  • diff --git a/examples/main.js b/examples/main.js index 99f0870..af7ad53 100644 --- a/examples/main.js +++ b/examples/main.js @@ -161,6 +161,10 @@ const router = new VueRouter({ path: '/form', component: require('./routers/form.vue') }, + { + path: '/table', + component: require('./routers/table.vue') + }, ] }); diff --git a/examples/routers/table.vue b/examples/routers/table.vue index cb8f082..382a612 100644 --- a/examples/routers/table.vue +++ b/examples/routers/table.vue @@ -1,96 +1,87 @@ diff --git a/src/components/table/cell.vue b/src/components/table/cell.vue index c866e0e..18b7505 100644 --- a/src/components/table/cell.vue +++ b/src/components/table/cell.vue @@ -2,15 +2,17 @@
    - +