UNPKG

@huntianning/components

Version:

Custom components for HTN

8 lines (5 loc) 201 B
import PriorityLevelSelect from './priority-level-select' PriorityLevelSelect.install = (Vue) => { Vue.component(PriorityLevelSelect.name, PriorityLevelSelect) } export default PriorityLevelSelect