1.5.6 • Published 10 months ago

vue-select-pages v1.5.6

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

说明

下拉框分页使用请求后数据 使用远程分页搜索

效果展示

单选 多选

功能说明

参数描述默认值类型回调参数
filterable是否需支持搜索trueBoolean-
isPage是否需要分页falseBoolean-
pageSize每页显示多少条10Number-
radio是否单选falseBoolean-
clickClose是否点击后关闭falseBoolean-
prop显示名字以及取值的参数名{ name: 'name', value: 'value' }Object-
remote是否支持远程调用falseBoolean-
remote-method远程搜索方法function(keyword, callback, page)
initValue初始化选中的数据,值为定义的prop.value取得值,需要在data中存在Array-
theme主题配置String-
styles自定义样式Object-
selectChange回调方法function(data)
getSelect内置方法,选中的值function(data)
getSelectArray内置方法,选中的对象function(data)
clearSelect内置方法,清空选中的内容function

安装说明

$ npm install --save vue-select-pages

引用说明

$ import selectPage from 'vue-select-pages'
1.5.5

10 months ago

1.5.4

10 months ago

1.5.3

10 months ago

1.5.2

10 months ago

1.5.6

10 months ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.9

2 years ago

1.4.8

2 years ago

1.4.7

2 years ago

1.4.6

2 years ago

1.4.5

2 years ago

1.4.4

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.9

2 years ago

1.3.8

2 years ago

1.3.7

2 years ago

1.3.6

2 years ago

1.3.5

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.2.1

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago