0π
β
v-model can hold only one value so itβs Date which includes the Time (hour & minutes).
You can always parse the hour and minutes from the date object,
console.log(this.yourTimeValue.getHours() + ":" + this.yourTimeValue.getMinutes());
Source:stackexchange.com