From 71ebbb58eb2e087aea9146ec6815bf8e3cfd1754 Mon Sep 17 00:00:00 2001 From: hdx Date: Fri, 3 Nov 2023 16:21:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(form):=20=E6=96=B0=E5=A2=9E=20form?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=EF=BC=8C=E6=9A=82=E6=97=B6=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=20form=20=E5=86=85=E7=9A=84=20input=20=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 6 ++ pages/component/form/form.uvue | 120 +++++++++++++++++++++++++++++++++ pages/tabBar/component.uvue | 7 +- 3 files changed, 129 insertions(+), 4 deletions(-) create mode 100644 pages/component/form/form.uvue diff --git a/pages.json b/pages.json index 0537cff2..fd3ee4a5 100644 --- a/pages.json +++ b/pages.json @@ -37,6 +37,12 @@ "style": { "navigationBarTitleText": "progress" } + }, + { + "path": "pages/component/form/form", + "style": { + "navigationBarTitleText": "form" + } }, { "path": "pages/component/button/button", diff --git a/pages/component/form/form.uvue b/pages/component/form/form.uvue new file mode 100644 index 00000000..67ee8047 --- /dev/null +++ b/pages/component/form/form.uvue @@ -0,0 +1,120 @@ + + + + + diff --git a/pages/tabBar/component.uvue b/pages/tabBar/component.uvue index 0ea1d1fe..0b2d1c0a 100644 --- a/pages/tabBar/component.uvue +++ b/pages/tabBar/component.uvue @@ -124,10 +124,9 @@ export default { { name: 'checkbox', }, - /* { - name: 'form', - enable: false - }, */ + { + name: 'form', + }, { name: 'input', /* }, { -- GitLab