UNPKG

nimble-ui

Version:
8 lines (5 loc) 137 B
import Picker from './picker'; Picker.install = function (Vue, options) { Vue.use(Picker(Vue, options)); }; export default Picker;