From b27b21d5d641d7fd1ed80a6dbab79bdbff664a3f Mon Sep 17 00:00:00 2001 From: riqo Date: Wed, 21 Oct 2020 09:39:34 -0500 Subject: [PATCH] initial input item setp --- src/components/UI/UIDetails/inputItem.vue | 42 +++++++++++++++++++++++ src/views/home/index.vue | 14 ++++---- 2 files changed, 50 insertions(+), 6 deletions(-) create mode 100644 src/components/UI/UIDetails/inputItem.vue diff --git a/src/components/UI/UIDetails/inputItem.vue b/src/components/UI/UIDetails/inputItem.vue new file mode 100644 index 0000000..5eb583c --- /dev/null +++ b/src/components/UI/UIDetails/inputItem.vue @@ -0,0 +1,42 @@ + + + diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 11130b8..d20f308 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -1,17 +1,19 @@ -- 2.43.0