From fe32396167b71b699369f32bda89628be0b0bdc8 Mon Sep 17 00:00:00 2001 From: lijun5810 Date: Fri, 17 Jun 2022 13:25:20 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/component/swiper.md.=20=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E4=B8=AD=E6=8F=8F=E8=BF=B0=E9=94=99=E8=AF=AF=EF=BC=8C?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E6=98=AF=20=E2=80=9C=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=AB=96=E5=90=91=E6=BB=9A=E5=8A=A8=E6=97=B6=EF=BC=8C=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E7=BB=99=20=20=E4=B8=80=E4=B8=AA=E5=9B=BA?= =?UTF-8?q?=E5=AE=9A=E9=AB=98=E5=BA=A6=EF=BC=8C=E9=80=9A=E8=BF=87=20css=20?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=20height=E2=80=9D=EF=BC=8C=E8=80=8C=E4=B8=8D?= =?UTF-8?q?=E6=98=AF=20""?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/swiper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/swiper.md b/docs/component/swiper.md index 8a2cdd7f9..49cdf999e 100644 --- a/docs/component/swiper.md +++ b/docs/component/swiper.md @@ -49,7 +49,7 @@ change 事件返回 detail 中包含一个 source 字段,表示导致变更的 **Tips** - 如果 nvue 页面 ``@animationfinish`` 事件不能返回正确的数据,可同时监听 ``@change`` 事件。 -- 使用竖向滚动时,需要给 ```` 一个固定高度,通过 css 设置 height。 +- 使用竖向滚动时,需要给 ```` 一个固定高度,通过 css 设置 height。 - 注意:其中只可放置 ```` 组件,否则会导致未定义的行为。 - 如果遇到current、current-item-id属性设置不生效的问题参考:[组件属性设置不生效解决办法](/tutorial/vue-api.html#componentsolutions) - banner图的切换效果和指示器的样式,有多种风格可自定义,可在[uni-app插件市场](https://ext.dcloud.net.cn/search?q=%E8%BD%AE%E6%92%AD)搜索 -- Gitee