From 5f8ce75df47cba3b6717ef1b265f80a152ee996d Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 12 Dec 2022 05:29:43 +0000 Subject: [PATCH] fix typo in uni-swiper-dot.vue defualt -> default Signed-off-by: Ikko Ashimine --- .../uni-swiper-dot/components/uni-swiper-dot/uni-swiper-dot.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-ui-admin-uniapp/uni_modules/uni-swiper-dot/components/uni-swiper-dot/uni-swiper-dot.vue b/yudao-ui-admin-uniapp/uni_modules/uni-swiper-dot/components/uni-swiper-dot/uni-swiper-dot.vue index 46eb8c1fa..e5befae18 100644 --- a/yudao-ui-admin-uniapp/uni_modules/uni-swiper-dot/components/uni-swiper-dot/uni-swiper-dot.vue +++ b/yudao-ui-admin-uniapp/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 索引指示点