vue-datetime icon indicating copy to clipboard operation
vue-datetime copied to clipboard

Navigation-previous doesn't work

Open lesbuy opened this issue 5 years ago • 1 comments

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.

lesbuy avatar Dec 24 '19 15:12 lesbuy

I can't see the date picker.

image

mariomka avatar Dec 28 '19 10:12 mariomka