UNPKG
v-avatar-cropper
Version:
latest (1.0.0)
1.0.0
Support cutting of avatars of PC and mobile phones.
github.com/varjay/avatar-crop
varjay/avatar-crop
v-avatar-cropper
/
lib
/
index.js
13 lines
(9 loc)
•
179 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
Avatar
from
'./components/avatar.vue'
function
install
(
app
) { app.
component
(
'v-avatar-cropper'
,
Avatar
) }
const
avatar = { install,
Avatar
}
export
default
avatar