This commit is contained in:
闫晓茹 2023-08-07 10:41:51 +08:00
parent 806c6d184d
commit 44e7d2e4ae

View File

@ -1,20 +1,21 @@
{ {
"name": "yer", "id": "qianziyu-select",
"version": "1.0.0", "displayName": "基于uview2.x封装的下拉框",
"main": "main.js", "version": "1.2",
"scripts": { "description": "公共选择下拉框基于uview2.x。支持下拉加载、列表搜索、单选多选",
"test": "echo \"Error: no test specified\" && exit 1" "keywords": [
}, "下拉",
"keywords": [], "单选",
"author": "", "多选",
"license": "ISC", "uview"
"dependencies": { ],
"uview-ui": "^1.8.4" "dcloudext": {
}, "category": [
"repository": { "前端组件",
"type": "git", "通用组件"
"url": "http://192.168.16.64:3000/jihan/KindergartenAppletUI.git" ]
}, },
"description": "" "dependencies": {
"uview-ui": "^2.0.31"
}
} }