UNPKG

@huntianning/components

Version:

Custom components for HTN

8 lines (5 loc) 150 B
import SortSelect from './sort-select.vue' SortSelect.install = (Vue) => { Vue.component(SortSelect.name, SortSelect) } export default SortSelect