详解vue移动端日期选择组件

时间:2021-05-25

先给大家分享一下源码:https://github.com/lx544690189/vue-mobile-calendar

Build Setup

# install dependenciesnpm install# build for production with minificationnpm run build

Usage

install

npm install vue-mobile-calendar

or:(from the dist folder)

<script src="vue-mobile-calendar.js" type="text/javascript"></script>

Quickstart

import Vue from 'vue'import Calendar from 'vue-mobile-calendar'Vue.use(Calendar)<calendar v-model="calendarShow" :defaultDate="defaultDate" @change="handelChange"></calendar>

Attributes

option description type default v-model show/hide the calendar Boolean false format format date String "yyyy-MM-dd" defaultDate default selected date Date new Date() minDate optional minimum date Date null maxDate optional maximum date Date null closeByClickmask close by mask Boolean true month text of month Array ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"] week text of day Array ["周一", "周二", "周三", "周四", "周五", "周六", "周日"]

Events

event name description parameter of callback change when date change (date,formatDate)

Reference

framework7

mint-ui

声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。

相关文章