From 0774f384372c8024607e6fdd2232f53897ec860b Mon Sep 17 00:00:00 2001 From: hbcui1984 Date: Tue, 30 Oct 2018 12:15:40 +0800 Subject: [PATCH] =?UTF-8?q?hello=20uni-app=20=E6=96=B0=E5=A2=9E=20tag?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=20=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/hello-uniapp/components/uni-tag.vue | 132 +++++++++++++++++ .../hello-uniapp/pages/template/tag/tag.vue | 139 ++++++++++++++++++ 2 files changed, 271 insertions(+) create mode 100644 examples/hello-uniapp/components/uni-tag.vue create mode 100644 examples/hello-uniapp/pages/template/tag/tag.vue diff --git a/examples/hello-uniapp/components/uni-tag.vue b/examples/hello-uniapp/components/uni-tag.vue new file mode 100644 index 000000000..39a4afd9a --- /dev/null +++ b/examples/hello-uniapp/components/uni-tag.vue @@ -0,0 +1,132 @@ + + + + + diff --git a/examples/hello-uniapp/pages/template/tag/tag.vue b/examples/hello-uniapp/pages/template/tag/tag.vue new file mode 100644 index 000000000..b9c0e848c --- /dev/null +++ b/examples/hello-uniapp/pages/template/tag/tag.vue @@ -0,0 +1,139 @@ + + + + + -- GitLab