Initial commit
This commit is contained in:
29
uni_modules/curry-multi-select/package.json
Normal file
29
uni_modules/curry-multi-select/package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"id": "curry-multi-select",
|
||||
"name": "下拉多选组件(支持可搜索并兼容单选)",
|
||||
"displayName": "下拉多选组件(支持可搜索、一键清除并兼容单选)",
|
||||
"version": "V1.0.0",
|
||||
"description": "uni-app下拉框: 支持可搜索、多选、单选、一键清除、异步数据响应式更新. 简单好用无bug(有问题评论)(借鉴的: multiple-picker 在其基础上优化了一下)",
|
||||
"keywords": [
|
||||
"uni-app下拉多选",
|
||||
"可搜索",
|
||||
"一键清除",
|
||||
"多选组件"
|
||||
],
|
||||
"dcloudext": {
|
||||
"category": [
|
||||
"前端组件",
|
||||
"通用组件"
|
||||
],
|
||||
"contact": {
|
||||
"qq": ""
|
||||
},
|
||||
"declaration": {
|
||||
"ads": "无 ",
|
||||
"data": "无",
|
||||
"permissions": "无"
|
||||
},
|
||||
"npmurl": ""
|
||||
},
|
||||
"repository": "https://gitee.com/huhuyy/plugins-demo.git"
|
||||
}
|
||||
Reference in New Issue
Block a user