From eb37e68cd405cd94194bdeaf40e5fe6790d580ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= Date: Fri, 18 May 2018 10:32:51 +0800 Subject: [PATCH] update Time --- examples/routers/time.vue | 8 ++- src/components/time/time.js | 97 ++++++++++++++++++++++++++++++++++++ src/components/time/time.vue | 31 +++++++++++- 3 files changed, 132 insertions(+), 4 deletions(-) create mode 100644 src/components/time/time.js diff --git a/examples/routers/time.vue b/examples/routers/time.vue index 22627cd8..668d2a32 100644 --- a/examples/routers/time.vue +++ b/examples/routers/time.vue @@ -1,12 +1,16 @@