From 84761c85042a293cbd90f6e814690e03bf3870d1 Mon Sep 17 00:00:00 2001 From: HelloCrease Date: Tue, 19 Apr 2022 16:40:14 +0800 Subject: [PATCH] update docs Signed-off-by: HelloCrease --- zh-cn/application-dev/ui/ui-js-components-swiper.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/zh-cn/application-dev/ui/ui-js-components-swiper.md b/zh-cn/application-dev/ui/ui-js-components-swiper.md index d318cf8ad7..e4c5392925 100644 --- a/zh-cn/application-dev/ui/ui-js-components-swiper.md +++ b/zh-cn/application-dev/ui/ui-js-components-swiper.md @@ -363,3 +363,10 @@ export default { ``` ![zh-cn_image_0000001263359599](figures/zh-cn_image_0000001263359599.gif) + + +## 相关实例 + +针对Swiper开发,有以下相关实例可供参考: + +- [`Swiper`:内容滑动容器(JS)(API7)](https://gitee.com/openharmony/app_samples/tree/master/UI/Swiper) -- GitLab