添加树结构组件

This commit is contained in:
zqm
2026-02-02 13:46:36 +08:00
parent 55ea9d72c5
commit fc089395c9
7 changed files with 976 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "joyd.web.vue.cubelib",
"version": "1.1.1",
"description": "Vue3 CubeLib 组件库",
"version": "1.2.2",
"description": "Vue3 CubeLib 组件库 - 包含WebSocket、Splitter、TreeView等组件",
"type": "module",
"main": "index.js",
"files": [
@@ -15,7 +15,7 @@
"peerDependencies": {
"vue": ">=3.3.0"
},
"keywords": ["vue3", "components", "cubelib", "joyd"],
"keywords": ["vue3", "components", "cubelib", "joyd", "websocket", "splitter", "treeview"],
"author": "JoyD",
"license": "MIT",
"engines": {