vue2-timepicker
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,3 +5,3 @@ { | ||
"main": "index.js", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"authors": [ | ||
@@ -8,0 +8,0 @@ "Phoenix Wong <phoenixyfwong@gmail.com>" |
{ | ||
"name": "vue2-timepicker", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A dropdown time picker (hour|minute|second) for Vue 2.x, with flexible time format support", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -15,2 +15,16 @@ # Vue2 Time Picker | ||
## Installation | ||
Through NPM (recommended) | ||
```bash | ||
npm install vue2-timepicker --save | ||
``` | ||
Bower | ||
```bash | ||
bower install vue2-timepicker --save | ||
``` | ||
## Get Started | ||
@@ -17,0 +31,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73738
32
250