UNPKG
weigou
Version:
latest (1.0.9)
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
weigou components
weigou
/
h5
/
index.js
4 lines
•
228 B
JavaScript
View Raw
1
2
3
4
import
Taro
from
"@tarojs/taro-h5"
;
Taro
.
initPxTransform
({
designWidth
:
750
,
deviceRatio
: {} });
export
{
default
as
NavBar
}
from
"./wg-ui/components/NavBar"
;
export
{
default
as
SearchBar
}
from
"./wg-ui/components/SearchBar"
;