eeds_app/package.json
2024-06-04 14:51:40 +08:00

23 lines
631 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "w-select",
"name": "下拉选择器选择框支持单选、多选、筛选和清空功能支持vue2和vue3",
"displayName": "下拉选择器选择框支持单选、多选、筛选和清空功能支持vue2和vue3",
"version": "1.2.2",
"description": "用于下拉选择使用v-model双向绑定值",
"keywords": [
"下拉选择框",
"单选框",
"vue2",
"vue3"
],
"dcloudext": {
"category": [
"前端组件",
"通用组件"
]
},
"devDependencies": {
"image-tools": "^1.4.0"
}
}