-
I'm using vue + typescript + webpack
```
import $ from 'jquery';
(window as any).$ = $;
import 'air-datepicker';
($('#calendar') as any).datepicker({
language: 'en',
});
```
Erro…
-
I'm trying to import style as you said in your docs :
```html
@import '~@sum.cumo/vue-datepicker/dist/Datepicker.css';
```
but when I'm refreshing my page, in console, I got this error :
`…
-
When clicking the input field, I can see in Vue.js dev tools that a `showCalendar `event is emitted by I am unable to catch it.
```javascript
```
![image](https://user-images.githubusercontent…
-
通过 这种方式映入组件
DatePicker 没生效
i-select 正常渲染
i-input 正常渲染
DatePicker的四种写法都没生效
`
发货时间:
…
-
Vue: 2.5.16
vue-template-compiler: 2.5.16
vuejs-datepicker: 1.1.0
webpack: 2.6.1
ERROR in static/js/0.a4defceecc85d876c98f.js from UglifyJs
Unexpected token: name (Language) [./~/vuejs-datepic…
-
I have tried both version 1.0.11 and 1.0.10 and neither one work. I am trying to disable days based on the selection above the datepicker. Basically if they chose a value that is a sunday I want every…
-
Getting error:
```
TypeError: Cannot read properties of undefined (reading '_c')
at Proxy.ModelSelectvue_type_template_id_828ed82c_render (ModelSelect.vue?3da4:1:66)
at renderComponentRoot…
-
Bug Type: **`Component`**
## Environment
- Vue Version: `3.5.11`
- Element Plus Version: `2.8.4`
- Browser / OS: `Chrome / Mac`
- Build Tool: `Vite`
## Reproduction
### Related Comp…
-
I see some other users ask for stuff related to Datepicker and Vue, therefore I think I'm doing something wrong.
I'd like to use the Datepicker in my app, but it seems that the two-ways binding of Vu…
-
I wanted to keep the selected date globally. For it I used next code:
var global = new Vue({
data: {
dateOne: ""
}
})
global.install = function(){
Object.defineProperty(Vue…