0.1.4 • Published 3 years ago

yzg-calendar v0.1.4

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

yzg-calendar

npm下载

npm install yzg-calendar -S

全局安装

import {Calendar, DayCalendar, WeekCalendar, MonthCalendar } from 'yzg-calendar';

Vue.use(Calendar);
Vue.use(DayCalendar);
Vue.use(WeekCalendar);
Vue.use(MonthCalendar);

单独引用

import Calendar form 'yzg-calendar/packages/calendar'
import DayCalendar form 'yzg-calendar/packages/day-calendar'
import WeekCalendar form 'yzg-calendar/packages/week-calendar'
import MonthCalendar form 'yzg-calendar/packages/moth-calendar'

日程组件

props

参数

参数说明类型
tasks任务项数组Array\<Task>
titileKey标题字段名,默认titleString
option其他配置项Object具体参数见下面

option参数

参数说明类型

slot插槽

slot插槽说明参数
#day-item自定义每个任务项返回任务项data

日历组件

v-model 绑定Date对象

props

参数说明类型
swipe是否支持左右滑动切换Boolen
background背景css Object对象
slot插槽说明参数
#week自定义日历星期返回星期几
#day自定义日历天返回当天day data
0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.0

3 years ago