From c57037030d652ff160a108d632ff79b9bac97e2a Mon Sep 17 00:00:00 2001 From: roymondchen Date: Mon, 13 Jun 2022 21:01:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(playground):=20=E4=BC=98=E5=8C=96form/tabl?= =?UTF-8?q?e=20playground?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playground/src/components/NavMenu.vue | 38 ++ playground/src/pages/Form.vue | 694 +++++++++++++------------- playground/src/pages/Table.vue | 72 ++- 3 files changed, 468 insertions(+), 336 deletions(-) create mode 100644 playground/src/components/NavMenu.vue diff --git a/playground/src/components/NavMenu.vue b/playground/src/components/NavMenu.vue new file mode 100644 index 00000000..93d74ce2 --- /dev/null +++ b/playground/src/components/NavMenu.vue @@ -0,0 +1,38 @@ + + + + + diff --git a/playground/src/pages/Form.vue b/playground/src/pages/Form.vue index b149f5ef..ae6210fc 100644 --- a/playground/src/pages/Form.vue +++ b/playground/src/pages/Form.vue @@ -1,352 +1,376 @@ - + + diff --git a/playground/src/pages/Table.vue b/playground/src/pages/Table.vue index 42772b04..e5c5e84c 100644 --- a/playground/src/pages/Table.vue +++ b/playground/src/pages/Table.vue @@ -1,9 +1,30 @@ + +