UNPKG

wantongjizhi

Version:

Custom components for WANTONG JIZHI

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