epii-vue-component-select
v1.0.5
Published
在 uni-app 项目中引用此插件,请在项目 pages.json 中配置如下:(vue网页项目无需) ``` { "path": "node_modules/epii-vue-component-select/src/list_one_page", "style": { "navigationBarTitleText": "请选择", "navigationStyle": "custom", "backgroundColor": "transparent", "app-plus": {
Downloads
4
Readme
在 uni-app 项目中引用此插件,请在项目 pages.json 中配置如下:(vue网页项目无需)
{
"path": "node_modules/epii-vue-component-select/src/list_one_page",
"style": {
"navigationBarTitleText": "请选择",
"navigationStyle": "custom",
"backgroundColor": "transparent",
"app-plus": {
"animationType": "fade-in",
"background": "transparent",
"backgroundColor": "rgba(0,0,0,0)", // 背景透明
"popGesture": "none"
}
}
},
{
"path": "node_modules/epii-vue-component-select/src/list_more_page",
"style": {
"navigationBarTitleText": "请选择",
"navigationStyle": "custom",
"backgroundColor": "transparent",
"app-plus": {
"animationType": "fade-in",
"background": "transparent",
"backgroundColor": "rgba(0,0,0,0)", // 背景透明
"popGesture": "none"
}
}
},
使用方式
select.selectOne
select.selectMore