import Option from '../select/src/option.vue' Option.install = function (Vue) { Vue.component(Option.name, Option) } export default Option