Open WytheChan opened 5 years ago
//html <Calendar v-if="calendarVisible" ref="Calendar" :markDateMore="markDate" @changeMonth="changeMonth" @choseDay="choseDay"
//methods showCalendar(){ this.calendarVisible = true this.$refs.Calendar.PreMonth() },
//报错 Error in v-on handler: "TypeError: Cannot read property 'PreMonth' of undefined"
//html <Calendar v-if="calendarVisible" ref="Calendar" :markDateMore="markDate" @changeMonth="changeMonth" @choseDay="choseDay"
//methods showCalendar(){
this.calendarVisible = true this.$refs.Calendar.PreMonth() },
//报错 Error in v-on handler: "TypeError: Cannot read property 'PreMonth' of undefined"