UNPKG

@huntianning/components

Version:

Custom components for HTN

8 lines (5 loc) 121 B
import Select from './select' Select.install = (Vue) => { Vue.component(Select.name, Select) } export default Select