app/package.json
2025-03-19 17:10:13 +08:00

25 lines
662 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": "ir-tabs",
"name": "ir-tabstabstab选项卡组件",
"version": "1.0.3",
"description": "用于展示同一页面不同标题下内容可通过左右滑动和点击tab的方式切换页面支持自定义颜色、下拉刷新",
"keywords": [
"tab",
"tabs",
"选项卡",
"导航栏"
],
"dcloudext": {
"category": [
"前端组件",
"通用组件"
]
},
"dependencies": {
"@tencentcloud/chat-uikit-uniapp": "^2.4.3",
"@vue/runtime-core": "^3.5.13",
"unplugin-vue2-script-setup": "^0.11.4",
"vue": "^3.2.0"
}
}