From 95d8bbc0534da230451433bbe641fc1058ea97d0 Mon Sep 17 00:00:00 2001
From: JunhoYeo <32605822+JunhoYeo@users.noreply.github.com>
Date: Mon, 14 Oct 2019 03:54:42 +0900
Subject: [PATCH] refactor(components): dimi-input, dimi-textarea
---
src/components/DimiInput.vue | 61 +++++++++++++++++++++++++++++++++
src/components/DimiTextarea.vue | 50 +++++++++++++++++++++++++++
src/pages/Login.vue | 42 ++++++++++-------------
src/pages/Write.vue | 33 ++++++++++++++----
4 files changed, 155 insertions(+), 31 deletions(-)
create mode 100644 src/components/DimiInput.vue
create mode 100644 src/components/DimiTextarea.vue
diff --git a/src/components/DimiInput.vue b/src/components/DimiInput.vue
new file mode 100644
index 0000000..e8d9e60
--- /dev/null
+++ b/src/components/DimiInput.vue
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
diff --git a/src/components/DimiTextarea.vue b/src/components/DimiTextarea.vue
new file mode 100644
index 0000000..9f5d475
--- /dev/null
+++ b/src/components/DimiTextarea.vue
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
diff --git a/src/pages/Login.vue b/src/pages/Login.vue
index 8423896..8224c36 100644
--- a/src/pages/Login.vue
+++ b/src/pages/Login.vue
@@ -1,12 +1,14 @@