9 lines
159 B
JavaScript
Raw Normal View History

2025-04-19 15:38:48 +08:00
import Avatar from './src/main';
/* istanbul ignore next */
Avatar.install = function(Vue) {
Vue.component(Avatar.name, Avatar);
};
export default Avatar;