UNPKG

vuetify

Version:

Vue.js 2 Semantic Component Framework

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