https://github.com/elemefe/v-datepicker
基于Vue指令实现的一个日历选择器控件
https://github.com/elemefe/v-datepicker
Last synced: about 1 year ago
JSON representation
基于Vue指令实现的一个日历选择器控件
- Host: GitHub
- URL: https://github.com/elemefe/v-datepicker
- Owner: ElemeFE
- Created: 2016-01-24T07:35:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-24T12:29:47.000Z (over 10 years ago)
- Last Synced: 2025-06-02T12:08:45.729Z (about 1 year ago)
- Language: Vue
- Size: 55.7 KB
- Stars: 33
- Watchers: 4
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
v-datepicker is a vue datepicker directive.
# Usage
```JavaScript
require('v-datepicker')
```
# Basic use:
```HTML
```