mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 22:27:55 +08:00
9 lines
159 B
JavaScript
9 lines
159 B
JavaScript
import Avatar from './src/main';
|
|
|
|
/* istanbul ignore next */
|
|
Avatar.install = function(Vue) {
|
|
Vue.component(Avatar.name, Avatar);
|
|
};
|
|
|
|
export default Avatar;
|