Files
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

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;