900字范文,内容丰富有趣,生活中的好帮手!
900字范文 > vue-calendar-component日历组件 配置齐全

vue-calendar-component日历组件 配置齐全

时间:2023-05-08 07:47:57

相关推荐

vue-calendar-component日历组件  配置齐全

npm i vue-calendar-component

那个页面使用就哪个页面引入

import Calendar from 'vue-calendar-component';components: {Calendar}

<Calendar ></Calendar>

配置来嘞

v-on:isToday="clickToday" // 当天日期ref=Calendars// 默认选中需要设置 refv-on:choseDay="clickDayFrom" //切换日期v-on:changeMonth="changeDate" //切换月份

默认选中使用方式

this.$refs.Calendars.ChoseMonth('-01-09')

其他使用方式均为 通过data获取

changeDate(data) {console.log(data); //左右点击切换月份},

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。