vue-ctk-date-time-picker
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "vue-ctk-date-time-picker", | ||
"description": "A vue component for select date & time (by Chronotruck)", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"author": "Mazel <loic.mazuel@chronotruck.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
import Vue from 'vue' | ||
import CtkDateTimePicker from './CtkDateTimePicker.vue' | ||
import ClickOutside from './modules/v-click-outside' | ||
if (document.querySelector('#vueCtkDateTimePicker')) { | ||
Vue.component('ctk-date-time-picker', CtkDateTimePicker) | ||
Vue.directive('click-outside', ClickOutside) | ||
new Vue({ | ||
@@ -14,2 +14,3 @@ el: '#vueCtkDateTimePicker', | ||
value3: '2018-04-05T14:26', | ||
timePickerValue: '14:26', | ||
minuteInterval: 5, | ||
@@ -16,0 +17,0 @@ minuteInterval2: 10, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
71392
15
126