From 9343b168a1a31d1ef80e662ef1e71cdcc886c95d Mon Sep 17 00:00:00 2001 From: Justin Schroeder Date: Mon, 19 Mar 2018 09:41:30 -0400 Subject: [PATCH] Adds a custom input field to the example --- .DS_Store | Bin 6148 -> 6148 bytes example/src/App.vue | 28 ++++++++++++++++ example/src/CustomInput.vue | 63 ++++++++++++++++++++++++++++++++++++ 3 files changed, 91 insertions(+) create mode 100644 example/src/CustomInput.vue diff --git a/.DS_Store b/.DS_Store index edf4605d80b02d7a6dadb7f99156202b943ea705..d6286b2defbb4db4c76e788f6e81f11d1acc6921 100644 GIT binary patch delta 21 ccmZoMXffDuor%NHz*0xS$iQUteI`{=080Y~L;wH) delta 21 ccmZoMXffDuor%N9#7IZM$jD;zeI`{=081GLNB{r; diff --git a/example/src/App.vue b/example/src/App.vue index 9c995fd..6e8a0ed 100644 --- a/example/src/App.vue +++ b/example/src/App.vue @@ -28,6 +28,16 @@ validation-label="Password" validation="required|confirmed" /> + + + Example of a custom field using vue-formulate. + + +