UNPKG

vimo-dt

Version:

A Vue2.x UI Project For Mobile & HyBrid

23 lines (22 loc) 410 B
/** * @component Avatar * @description * * ## 列表组件 / Avatar圆形头像组件 * * 在Item组件中放置圆形头像的组件 * * @see component:List * @see component:Item * @see component:Thumbnail * @demo #/avatarList * * @usage * * import { Avatar } from 'vimo' * Vue.component(Avatar.name, Avatar) * * <Avatar><img src=''></Avatar> * * */ export { default } from './avatar.vue'