UNPKG

vue2-datetimepicker

Version:

Shows a calendar to pick a date using moment.js

17 lines (16 loc) 357 B
export default { methods: { // v-on:keydown="emitKeyDown" emitKeyDown() { this.$emit('keydown') }, // v-on:keypress="emitKeyPress" emitKeyPress() { this.$emit('keypress') }, // v-on:keyup="emitKeyUp" emitKeyUp() { this.$emit('keyup') }, } }