Open FSixteen opened 1 year ago
Vue3
https://run.iviewui.com/
tsx文件, setup方式
return () => ( <> <DatePicker type="datetime" format="yyyy-MM-dd HH:mm.ss" placeholder="Select date and time(Excluding seconds)" style="width: 200px" /> </> )
支持string格式化类型
只支持Date
Environment
Vue3
Reproduction link
https://run.iviewui.com/
Steps to reproduce
tsx文件, setup方式
What is expected?
支持string格式化类型
What is actually happening?
只支持Date