elementui: datepicker type='week' 报TypeError: src.getTime is not a function
<el-date-picker
v-if ="item.comparedRange"
size="small"
v-model="weekValue2"
type="week"
format="yyyy-MM-dd "
value-format = "dd"
placeholder="选择周"
:picker-options="weekPickerOptions">
</el-date-picker>
报错:
查看了下github issus :
https://github.com/ElemeFE/el...
似乎还没有解决
有没有小伙伴遇到过,有什么解决方案。
需要指出的是,虽然报错,但是还是能够取值,只是选值后不渲染format(下图是选值后)
请问 你解决了么