From 79c87c9f4687076dc86e4084df916351d3fa1be9 Mon Sep 17 00:00:00 2001 From: handsomeFu Date: Tue, 24 Sep 2024 14:15:41 +0800 Subject: [PATCH] chore(@vben/playground): Add new slider captcha element and adjust references (#4490) Add a new slider captcha action reference (`el6`) to support additional functionality and update related template and event handler to use this new reference. --- playground/src/views/examples/captcha/slider-captcha.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/playground/src/views/examples/captcha/slider-captcha.vue b/playground/src/views/examples/captcha/slider-captcha.vue index e6b4c99f..0a397655 100644 --- a/playground/src/views/examples/captcha/slider-captcha.vue +++ b/playground/src/views/examples/captcha/slider-captcha.vue @@ -27,6 +27,7 @@ const el2 = ref(); const el3 = ref(); const el4 = ref(); const el5 = ref(); +const el6 = ref();