UNPKG
xcandy
Version:
latest (0.1.4-alpha)
0.1.4-alpha
0.1.3-alpha
0.1.2-alpha
0.1.1
0.0.1-alpha6
A UI framework for taro.js
github.com/loveonelong/xcandy
loveonelong/xcandy
xcandy
/
dist
/
index.js
7 lines
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
7
if
(process.env.TARO_ENV ===
'h5'
) {
module
.
exports
= require(
'./h5/index'
)
module
.
exports
.
default
=
module
.
exports
}
else
{
module
.
exports
= require(
'./weapp/index'
)
module
.
exports
.
default
=
module
.
exports
}