From ba112f1c6c246014242979935280400db4fcaee7 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 1 Mar 2019 21:39:27 +0000 Subject: [PATCH] --- ayanova/src/components/gzdatepicker.vue | 51 +++---------------------- 1 file changed, 6 insertions(+), 45 deletions(-) diff --git a/ayanova/src/components/gzdatepicker.vue b/ayanova/src/components/gzdatepicker.vue index db7a6bca..dad79440 100644 --- a/ayanova/src/components/gzdatepicker.vue +++ b/ayanova/src/components/gzdatepicker.vue @@ -1,5 +1,5 @@ - - -// props: { -// value: String -// }, -// data: function() { -// return { -// ogdate: "" -// }; -// }, -// render() { -// return this.$createElement("v-date-picker", { -// props: { -// ...this.$attrs, -// value: this.value ? this.value.substr(0, 10) : null -// }, -// on: { -// ...this.$listeners, -// input: date => this.$emit("input", new Date(date).toISOString()) -// } -// }); -// } - -