UNPKG

v-avatar-cropper

Version:

Support cutting of avatars of PC and mobile phones.

13 lines (9 loc) 179 B
import Avatar from './components/avatar.vue' function install(app) { app.component('v-avatar-cropper', Avatar) } const avatar = { install, Avatar } export default avatar