Skip to content

Commit 57efb0e

Browse files
author
yinquan
committed
update README.md
1 parent 2d8081a commit 57efb0e

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# VueTree
22
[![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)
44
[![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)
65

7-
基于vue 3的树形组件
6+
基于vue3的树形组件
87

98
* [主要特色](#主要特色)
109
* [开始使用](#开始使用)
1110
* [文档](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/)
1312
* [开源协议](#开源协议)
13+
* [vue 2](#vue2)
1414

15-
A highly customizable tree component for vue 3.
15+
A highly customizable tree component for vue3.
1616
* [Features](#features)
1717
* [Getting Started](#getting-started)
1818
* [Document](https://github.com/TinyWisp/vue-tree/wiki/Document)
1919
* [Demos](https://tinywisp.github.io/vue-tree/#/en/)
2020
* [License](#license)
21-
21+
* [vue 2](#vue-2)
2222

2323
## 主要特色
2424
* 支持复选框
@@ -27,6 +27,7 @@ A highly customizable tree component for vue 3.
2727
* 右键菜单
2828
* 按钮
2929
* 自定义外观
30+
* 触屏支持
3031

3132
## 文档
3233
* [文档](https://github.com/TinyWisp/vue-tree/wiki/%E6%96%87%E6%A1%A3)
@@ -121,7 +122,10 @@ export default {
121122
## 开源协议
122123
* MIT
123124
* 无论个人还是公司,都可以免费自由使用
124-
125+
126+
### vue2
127+
* [点击此处](https://github.com/TinyWisp/twtree)查看对vue2的支持
128+
125129
---
126130

127131

@@ -132,6 +136,7 @@ export default {
132136
* context menu
133137
* button
134138
* customizable appearance
139+
* touch support
135140

136141
## Getting Started
137142

@@ -226,4 +231,7 @@ export default {
226231
## License
227232
* MIT
228233
* 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

Comments
 (0)