2019-01-12 03:33:27 +00:00
|
|
|
import Avatar from './Avatar';
|
2017-11-09 10:57:34 +00:00
|
|
|
|
2018-09-19 05:21:57 +00:00
|
|
|
/* istanbul ignore next */
|
2020-06-08 07:38:07 +00:00
|
|
|
Avatar.install = function(app) {
|
|
|
|
app.component(Avatar.name, Avatar);
|
2019-01-12 03:33:27 +00:00
|
|
|
};
|
2018-09-19 05:21:57 +00:00
|
|
|
|
2019-01-12 03:33:27 +00:00
|
|
|
export default Avatar;
|