docs: 新增 scroll 文档说明

This commit is contained in:
就眠儀式
2022-03-16 22:28:51 +08:00
parent 1fcb23a6bd
commit 8a6cab72ee
7 changed files with 67 additions and 4 deletions

View File

@@ -145,7 +145,7 @@
</a>
</li>
<li class="layui-nav-item">
<a href="javascript:void(0)"> 0.3.9 </a>
<a href="javascript:void(0)"> 0.4.0 </a>
</li>
</ul>
</lay-header>

View File

@@ -357,6 +357,11 @@ const zhCN = [
component: () =>
import("../../docs/zh-CN/components/fullscreen.md"),
meta: { title: "结果" },
}, {
path: "/zh-CN/components/scroll",
component: () =>
import("../../docs/zh-CN/components/scroll.md"),
meta: { title: "虚拟滚动" },
},
],
},

View File

@@ -20,7 +20,7 @@
>
</div>
<div class="site-version">
<span>{{ t('home.version') }}v<cite class="site-showv">0.3.9</cite></span>
<span>{{ t('home.version') }}v<cite class="site-showv">0.4.0</cite></span>
<span
><router-link
class="layui-inline site-down"

View File

@@ -327,6 +327,12 @@ const menus = [
subTitle: "result",
path: "/zh-CN/components/result",
},
{
id: 100,
title: "虚拟滚动",
subTitle: "result",
path: "/zh-CN/components/scroll",
},
],
},
{