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()) -// } -// }); -// } - -