Denis Eko Harbiyanto
Denis Eko Harbiyanto
i have the same issue. Any solutions?
just add `@placeholder: 'default';` in theme.config file it's work for me
This solution works for me ```javascript import Datepicker from 'vuejs-datepicker' import {ru} from 'vuejs-datepicker/dist/locale' export default { //... data() { return { datepickerLang: ru, //... } ``` in HTML ```html...
this issue still exists @ravipatel2293 Have you solve this issue?