1
1
# VueTree
2
2
[ ![ GitHub] ( https://img.shields.io/github/license/tinywisp/vue-tree )] ( https://github.com/TinyWisp/vue-tree/master/LICENSE )
3
- [ ![ npm] ( https://img.shields.io/npm/v/vue-tree )] ( https://www.npmjs.com/package/vue-tree )
3
+ [ ![ npm] ( https://img.shields.io/npm/v/@tinywisp/ vue-tree )] ( https://www.npmjs.com/package/@tinywisp /vue-tree )
4
4
[ ![ codecov] ( https://codecov.io/gh/TinyWisp/vue-tree/branch/master/graph/badge.svg )] ( https://codecov.io/gh/TinyWisp/vue-tree )
5
- ![ Travis (.org)] ( https://img.shields.io/travis/TinyWisp/vue-tree )
6
5
7
- 基于vue 3的树形组件 。
6
+ 基于vue3的树形组件 。
8
7
9
8
* [ 主要特色] ( #主要特色 )
10
9
* [ 开始使用] ( #开始使用 )
11
10
* [ 文档] ( https://github.com/TinyWisp/vue-tree/wiki/%E6%96%87%E6%A1%A3 )
12
- * [ 示例] ( https://tinywisp.gitee .io/vue-tree/#/zh/ )
11
+ * [ 示例] ( https://tinywisp.github .io/vue-tree/#/zh/ )
13
12
* [ 开源协议] ( #开源协议 )
13
+ * [ vue 2] ( #vue2 )
14
14
15
- A highly customizable tree component for vue 3 .
15
+ A highly customizable tree component for vue3 .
16
16
* [ Features] ( #features )
17
17
* [ Getting Started] ( #getting-started )
18
18
* [ Document] ( https://github.com/TinyWisp/vue-tree/wiki/Document )
19
19
* [ Demos] ( https://tinywisp.github.io/vue-tree/#/en/ )
20
20
* [ License] ( #license )
21
-
21
+ * [ vue 2 ] ( #vue-2 )
22
22
23
23
## 主要特色
24
24
* 支持复选框
@@ -27,6 +27,7 @@ A highly customizable tree component for vue 3.
27
27
* 右键菜单
28
28
* 按钮
29
29
* 自定义外观
30
+ * 触屏支持
30
31
31
32
## 文档
32
33
* [ 文档] ( https://github.com/TinyWisp/vue-tree/wiki/%E6%96%87%E6%A1%A3 )
@@ -121,7 +122,10 @@ export default {
121
122
## 开源协议
122
123
* MIT
123
124
* 无论个人还是公司,都可以免费自由使用
124
-
125
+
126
+ ### vue2
127
+ * [ 点击此处] ( https://github.com/TinyWisp/twtree ) 查看对vue2的支持
128
+
125
129
---
126
130
127
131
@@ -132,6 +136,7 @@ export default {
132
136
* context menu
133
137
* button
134
138
* customizable appearance
139
+ * touch support
135
140
136
141
## Getting Started
137
142
@@ -226,4 +231,7 @@ export default {
226
231
## License
227
232
* MIT
228
233
* it is free for commercial use.
229
-
234
+
235
+ ### vue 2
236
+ * [ click here] ( https://github.com/TinyWisp/twtree ) for vue2 support.
237
+
0 commit comments