epii-vue-component-select

1.0.5 • Public • 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": {
            "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

Readme

Keywords

none

Package Sidebar

Install

npm i epii-vue-component-select

Weekly Downloads

2

Version

1.0.5

License

ISC

Unpacked Size

21.4 kB

Total Files

15

Last publish

Collaborators

  • epii