zwhGithub / vue-calendar

🏆 基于 vue 2.0 开发的轻量,高性能日历组件
https://zwhgithub.github.io/vue-calendar/dist/#/
943 stars 230 forks source link

ref属性暴露出来的那三个方法都没有效 #55

Open WytheChan opened 5 years ago

WytheChan commented 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"