UNPKG

@huntianning/components

Version:

Custom components for HTN

8 lines (5 loc) 130 B
import Popover from './popover.vue' Popover.install = (Vue) => { Vue.component('UiPopover', Popover) } export default Popover