ant-design-vue/components/avatar/index.js

9 lines
154 B
JavaScript
Raw Normal View History

2017-11-09 10:57:34 +00:00
import Avatar from './Avatar'
/* istanbul ignore next */
Avatar.install = function (Vue) {
Vue.component(Avatar.name, Avatar)
}
2017-11-09 10:57:34 +00:00
export default Avatar