UNPKG
sunmao-sdk
Version:
latest (0.0.96)
0.0.96
0.0.95
0.0.94
0.0.93
0.0.92
0.0.91
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
榫卯-开箱即用赋能-sdk
sunmao-sdk
/
es
/
component
/
FormRender
/
widgets
/
fusion
/
select.js
7 lines
•
181 B
JavaScript
View Raw
1
2
3
4
5
6
7
/** * Updated by Tw93 on 2019-12-07. * 选择组件 */
import
{ Select } from
"@alifd/next"
;
import
selectHoc from
"../../components/selectHoc"
;
export
default
selectHoc
(Select)
;