UNPKG

@huntianning/components

Version:

Custom components for HTN

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