1.0.4 • Published 2 years ago

v-calendar-mobile v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

安装

npm install v-calendar-mobile
// or
yarn add v-calendar-mobile

使用

import vCalendarMobile from 'v-calendar-mobile'
Vue.use(vCalendarMobile)

参数

参数说明
mode日历的模式(week/month)默认值为:week
changeMoe是否支持切换日历模式(默认:false)

事件

事件名称说明回调参数
change切换日期选中的日期

slot

name说明
dateCell每个单元格插槽,参数为{day}
<v-calendar-mobile
        :changeMode="true">
      <template slot="dateCell" slot-scope="{day}">
        {{day.day}}
      </template>
    </v-calendar-mobile>
1.0.4

2 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago