All Projects → ElemeFE → v-datepicker

ElemeFE / v-datepicker

Licence: other
基于Vue指令实现的一个日历选择器控件

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language

Overview

v-datepicker is a vue datepicker directive.

Usage

require('v-datepicker')

Basic use:

<input type="text" v-model="{modelName}"  v-datepicker="{modelName}" format="yyyy-MM-dd">
<input type="text" v-model="{modelName}"  v-datepicker="{modelName}" format="yyyy/MM/dd">
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].