From 6cf1b01de7215bb7342576c4bc0991f243e26140 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Thu, 8 Aug 2019 11:46:14 +0300 Subject: [PATCH] Fixed #26 - New Component: InputMask --- src/components/inputmask/InputMask.vue | 490 +++++++++++++++++++++++++ src/views/inputmask/InputMaskDemo.vue | 70 ++++ src/views/inputmask/InputMaskDoc.vue | 169 +++++++++ 3 files changed, 729 insertions(+) create mode 100644 src/components/inputmask/InputMask.vue create mode 100644 src/views/inputmask/InputMaskDemo.vue create mode 100644 src/views/inputmask/InputMaskDoc.vue diff --git a/src/components/inputmask/InputMask.vue b/src/components/inputmask/InputMask.vue new file mode 100644 index 000000000..15c1044a2 --- /dev/null +++ b/src/components/inputmask/InputMask.vue @@ -0,0 +1,490 @@ + + + \ No newline at end of file diff --git a/src/views/inputmask/InputMaskDemo.vue b/src/views/inputmask/InputMaskDemo.vue new file mode 100644 index 000000000..f636c25cd --- /dev/null +++ b/src/views/inputmask/InputMaskDemo.vue @@ -0,0 +1,70 @@ + + + + + diff --git a/src/views/inputmask/InputMaskDoc.vue b/src/views/inputmask/InputMaskDoc.vue new file mode 100644 index 000000000..ae0441161 --- /dev/null +++ b/src/views/inputmask/InputMaskDoc.vue @@ -0,0 +1,169 @@ + \ No newline at end of file