UNPKG

vuetify

Version:

Vue.js 2 Semantic Component Framework

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