view-design / ViewUIPlus

An enterprise-level UI component library and front-end solution based on Vue.js 3
https://www.iviewui.com
Other
384 stars 134 forks source link

[Bug Report]TimePicker format属性报错 Vue: Type  string  is not assignable to type  Date #334

Open Tansir0317 opened 1 year ago

Tansir0317 commented 1 year ago

版本

"view-ui-plus": "^1.3.13",
"vue": "^3.2.47",
"vite": "^4.5.0",
<TimePicker
    :model-value="dayTime"
    format="HH:mm"
    placeholder="Select time"
    style="width: 168px"
/>

image

format属性在文档中标注为Date类型 源码中props.format缺接收string类型。

我该怎么做才能正确传入类型?