-
### Vue - Official extension or vue-tsc version
Official
### VSCode version
1.93.1
### Vue version
3.5.5
### TypeScript version
5.5.4
### System Info
```shell
System:
OS: macOS 14.5
…
-
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的四种写法都没生效
`
发货时间:
…
-
Hi,
when you have the following config:
``
you can clear the date with the "clear button", but I think the clear button should be disabled, too
example:
https://codesandbox.io/s/vue-datepic…
-
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'm trying to highlight the current date.
```javascript
Datepicker
import { v4 as uuidv4 } from 'uuid';
import DatePicker fr…
-
DatePicker component is throwing an error in Vue version 1.0.19
```
[Vue warn]: Error when evaluating expression "{'datepicker-dateRange-item-active':
(this.mouthNames[this.parse(this.value).getMont…
-
### Version
@opentiny/vue@3.15.0
### Vue Version
vue3.3.4
### Link to minimal reproduction
```
import { ref } from 'vue'
import { DatePicker …
-
```json5
// package.json
{
"dependencies": {
"vue": "~2.7.8",
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@vitejs/plugin-legacy": "~2.0.0",
"@vitejs/plugin-vue2"…
-
**Vue2-datepicker version**: 1.0.2
**Vue version**: 3.2.13
**Browser**: Chromium110
**Steps to reproduce**
When using the verify overlay component, the overlay is closed because popup is create…