UNPKG
vue-avataaars
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
A Vue js component for avataaars
github.com/xLeDocteurx/vue-avataaars
xLeDocteurx/vue-avataaars
vue-avataaars
/
src
/
components
/
index.js
12 lines
(9 loc)
•
223 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
Vue
from
'vue'
import
Avataaars
from
'./Avataaars'
const
components = {
Avataaars
, }
Object
.
keys
(components).
forEach
(
(
name
) =>
{
Vue
.
component
(name, components[name]) })
export
default
components.
Avataaars