vue-datetime
vue-datetime copied to clipboard
Navigation-previous doesn't work
Versions
- vue:2.5.17
- vue-datetime:1.0.0-beta.11
- luxon:1.21.3
Description:
import Datetime from 'vue-datetime'; Vue.use(Datetime);
<datetime
v-model="$route.params.date"
:class="'selected cDatePicker col-sm-2'"
:format="'yyyy-MM-dd'"
auto
:input-style="datepicker_style"
:phrases="{ok: '', cancel: ''}"
></datetime>
These are how I use vue-datetime. In the final page, all functions work well except the navigation-previous, which triggers nothing when clicked, while the navigation-next works well all the time.
Steps To Reproduce:
https://new.rank-tennis.com/en#/result/2019-12-24 In this page you can click the date in the middle part, and find the previous button does not function.
I can't see the date picker.
