UNPKG

@efelle/proton

Version:

An elegant Vue.js Tailwind component library

7 lines (6 loc) 218 B
import SelectComponent from './Select' import OptionComponent from './Option' export default Vue => { Vue.component(SelectComponent.name, SelectComponent) Vue.component(OptionComponent.name, OptionComponent) }