UNPKG

@truenewx/tnxvue2

Version:

互联网技术解决方案:Vue2扩展支持

8 lines (5 loc) 144 B
import Avatar from './Avatar.vue'; Avatar.install = function (Vue) { Vue.component(Avatar.name, Avatar); }; export default Avatar;