/vue-birthday-picker

移动端版日期选择组件

Primary LanguageVueMIT LicenseMIT

vue-birthday-picker

移动端版日期选择组件 demo

Installation

npm

$ npm install vue-birthday-picker

Usage

<template>
	<date-picker :status.sync="status" :year-value.sync="year" :month-value.sync="month" v-if="status"></date-picker>
</template>

Screenshots

screenshot

Liceense

The MIT License