UNPKG

vuetify

Version:

Vue.js 2 Semantic Component Framework

9 lines (6 loc) 192 B
import VDatePicker from './VDatePicker' /* istanbul ignore next */ VDatePicker.install = function install (Vue) { Vue.component(VDatePicker.name, VDatePicker) } export default VDatePicker