UNPKG

159 BJavaScriptView Raw
1import Avatar from './src/main';
2
3/* istanbul ignore next */
4Avatar.install = function(Vue) {
5 Vue.component(Avatar.name, Avatar);
6};
7
8export default Avatar;