日历不能选中问题

master
Tuzki 2 years ago
parent 06acbe4607
commit 8b3056decf
  1. 2
      components/dark-calendar/dark-calendar.vue

@ -69,7 +69,7 @@ export default {
let y = date.getFullYear()
let m = date.getMonth()
let d = date.getDate()
this.choose = `${y}-${m + 1}-${d}`
this.choose = `${y}/${m + 1}/${d}`
console.log(this.choose)
},

Loading…
Cancel
Save