UNPKG
@xtadmin/components
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
1.0.0
Simple components of vuejs project including searcher.
@xtadmin/components
/
.babelrc
6 lines
•
129 B
Plain Text
View Raw
1
2
3
4
5
6
{
"presets"
:
[
[
"env"
,
{
"modules"
:
false
}
]
,
"stage-2"
]
,
"plugins"
:
[
"transform-runtime"
,
"transform-vue-jsx"
]
}