In Vue, how do I bind a date object to a date input ? (v-model doesn't work)

前端 未结 1 537
傲寒
傲寒 2021-01-15 18:36
// This doesn\'t work

How can I bind a date input to a date object in my store?

1条回答
  •  感动是毒
    2021-01-15 19:24

    Assuming you want your dates as midnight UTC date objects, do this...

    
    

    0 讨论(0)
提交回复
热议问题