From 0d17d9e049b4750a03ca7c8eb7b435b823446def Mon Sep 17 00:00:00 2001
From: Liuyi <candymxq888@outlook.com>
Date: 星期四, 26 九月 2024 18:33:31 +0800
Subject: [PATCH] 添加地址管理,新增地址页,导入tree树形组件

---
 package.json |   33 ++++++++++++++++++---------------
 1 files changed, 18 insertions(+), 15 deletions(-)

diff --git a/package.json b/package.json
index c5861ff..815f9dd 100644
--- a/package.json
+++ b/package.json
@@ -1,16 +1,19 @@
 {
-  "name": "water-drinking-uniapp",
-  "version": "1.0.0",
-  "description": "",
-  "main": "main.js",
-  "dependencies":{
-	  "@dcloudio/uni-ui": "^1.4.28"
-  },
-  "devDependencies": {},
-  "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
-  },
-  "keywords": [],
-  "author": "",
-  "license": "ISC"
-}
+    "id": "da-tree",
+    "name": "da-tree 树组件(支持单选、多选、无限级、主题色,Vue3版) ",
+    "displayName": "da-tree 树组件(支持单选、多选、无限级、主题色,Vue3版) ",
+    "version": "1.4.2",
+    "description": "一个基于 Vue3 的tree(树)组件,支持主题换色,可能是最适合你的tree(树)组件",
+    "keywords": [
+        "tree",
+        "树",
+        "树组件",
+        "da系列"
+    ],
+    "dcloudext": {
+        "category": [
+            "前端组件",
+            "通用组件"
+        ]
+    }
+}
\ No newline at end of file

--
Gitblit v1.9.3