We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5b98f commit 81f3dbeCopy full SHA for 81f3dbe
docs/get-starts.md
@@ -1,6 +1,6 @@
1
# 快速使用
2
3
-`LiteTree`包含`@lite-tree/react`和`@lite-tree/vue`两个版本,分别在`React`和`Vue`中使用,两者的使用方式基本相同。下面以`VitePress`为例进行说明。
+`LiteTree`包含`@lite-tree/react`、`@lite-tree/vue`和`@lite-tree/webcomponent`三个版本,分别在`React/Vue/html`中使用,使用方式基本相同。下面以`VitePress`为例进行说明。
4
5
## 第1步:安装
6
docs/integration/docsify.md
@@ -31,11 +31,10 @@
31
32
</body>
33
</html>
34
+```
35
36
## 使用
37
38
接下来在`markdown`文件中使用`<lite-tree>`标签即可。
39
-
40
41
-```
+
0 commit comments