UNPKG

vue2-location-picker

Version:
16 lines (13 loc) 331 B
import LocationPicker from './LocationPicker.vue' export {LocationPicker} export function install(Vue, options) { options = Object.assign( { installComponents: true, } , options ) if (options.installComponents) { Vue.component('LocationPicker', LocationPicker) } }