UNPKG

@huntianning/components

Version:

Custom components for HTN

8 lines (5 loc) 152 B
import LinkmanCard from './linkman-card' LinkmanCard.install = (Vue) => { Vue.component(LinkmanCard.name, LinkmanCard) } export default LinkmanCard