From 2d9424a30cc0b5b1e859b8c4d6b717c0424ba251 Mon Sep 17 00:00:00 2001 From: hbcui1984 Date: Tue, 30 Oct 2018 12:17:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=E5=80=92=E8=AE=A1?= =?UTF-8?q?=E6=97=B6=20=E6=A8=A1=E6=9D=BF(=E6=84=9F=E8=B0=A2=E7=BD=91?= =?UTF-8?q?=E5=8F=8Bhcoder-=E6=B7=B1=E6=B5=B7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hello-uniapp/components/graceCountd.vue | 98 +++++++++++++++++++ .../pages/template/countdown/countdown.vue | 63 ++++++++++++ 2 files changed, 161 insertions(+) create mode 100755 examples/hello-uniapp/components/graceCountd.vue create mode 100755 examples/hello-uniapp/pages/template/countdown/countdown.vue diff --git a/examples/hello-uniapp/components/graceCountd.vue b/examples/hello-uniapp/components/graceCountd.vue new file mode 100755 index 000000000..203f0428d --- /dev/null +++ b/examples/hello-uniapp/components/graceCountd.vue @@ -0,0 +1,98 @@ + + + \ No newline at end of file diff --git a/examples/hello-uniapp/pages/template/countdown/countdown.vue b/examples/hello-uniapp/pages/template/countdown/countdown.vue new file mode 100755 index 000000000..555bda97b --- /dev/null +++ b/examples/hello-uniapp/pages/template/countdown/countdown.vue @@ -0,0 +1,63 @@ + + + + \ No newline at end of file -- GitLab