You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
201 B
8 lines
201 B
import Vue from "vue";
|
|
// Main JS (in UMD format)
|
|
import VueTimepicker from "vue2-timepicker";
|
|
|
|
// CSS
|
|
import "vue2-timepicker/dist/VueTimepicker.css";
|
|
|
|
Vue.component("vue-timepicker", VueTimepicker);
|