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