!326 fix typo in uni-swiper-dot.vue

Merge pull request !326 from Ikko Ashimine/N/A
This commit is contained in:
芋道源码 2022-12-29 12:20:27 +00:00 committed by Gitee
commit e646386603
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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