Skip to content

Commit 81f3dbe

Browse files
committed
docs: update
1 parent 9d5b98f commit 81f3dbe

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/get-starts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 快速使用
22

3-
`LiteTree`包含`@lite-tree/react``@lite-tree/vue`两个版本,分别在`React``Vue`中使用,两者的使用方式基本相同。下面以`VitePress`为例进行说明。
3+
`LiteTree`包含`@lite-tree/react``@lite-tree/vue``@lite-tree/webcomponent`三个版本,分别在`React/Vue/html`中使用,使用方式基本相同。下面以`VitePress`为例进行说明。
44

55
## 第1步:安装
66

docs/integration/docsify.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@
3131

3232
</body>
3333
</html>
34+
```
3435

3536
## 使用
3637

3738
接下来在`markdown`文件中使用`<lite-tree>`标签即可。
3839

39-
40-
41-
```
40+

0 commit comments

Comments
 (0)