From 5760e0198285d2a978690d35d408d0bbe9c10866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Sat, 23 Oct 2021 15:57:39 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=95=B4=E7=90=86=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/zh-CN/components/animation.md | 2 +- docs/src/router/zh-CN.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/zh-CN/components/animation.md b/docs/docs/zh-CN/components/animation.md index 7a03711f..317d456f 100644 --- a/docs/docs/zh-CN/components/animation.md +++ b/docs/docs/zh-CN/components/animation.md @@ -74,7 +74,7 @@ export default { ::: field 动画类名 ::: -| Name | Description | Accepted Values | +| Name | Description | Accepted Values | | --------------------------------- | ------------ | ---------------------------------------------- | | layui-anim-down | 顶部往下滑入 | `layui-anim layui-anim-down` | | layui-anim-downbit | 微微往下滑入 | `layui-anim layui-anim-downbit` | diff --git a/docs/src/router/zh-CN.ts b/docs/src/router/zh-CN.ts index 9a3515ab..9a641081 100644 --- a/docs/src/router/zh-CN.ts +++ b/docs/src/router/zh-CN.ts @@ -246,6 +246,6 @@ const zhCN = [ }, ], }, -]; +] export default zhCN \ No newline at end of file