fix typo in uni-swiper-dot.vue

defualt -> default

Signed-off-by: Ikko Ashimine <eltociear@gmail.com>
master
Ikko Ashimine 3 years ago committed by Gitee
parent e239b1b501
commit 71a6e17aa8
  1. 2
      uni_modules/uni-swiper-dot/components/uni-swiper-dot/uni-swiper-dot.vue

@ -35,7 +35,7 @@
* @tutorial https://ext.dcloud.net.cn/plugin?id=284
* @property {Number} current 当前指示点索引必须是通过 `swiper` `change` 事件获取到的 `e.detail.current`
* @property {String} mode = [default|round|nav|indexes] 指示点的类型
* @value defualt 默认指示点
* @value default 默认指示点
* @value round 圆形指示点
* @value nav 条形指示点
* @value indexes 索引指示点

Loading…
Cancel
Save