@ -27,6 +27,7 @@ const el2 = ref<SliderCaptchaActionType>();
const el3 = ref < SliderCaptchaActionType > ( ) ;
const el3 = ref < SliderCaptchaActionType > ( ) ;
const el4 = ref < SliderCaptchaActionType > ( ) ;
const el4 = ref < SliderCaptchaActionType > ( ) ;
const el5 = ref < SliderCaptchaActionType > ( ) ;
const el5 = ref < SliderCaptchaActionType > ( ) ;
const el6 = ref < SliderCaptchaActionType > ( ) ;
< / script >
< / script >
< template >
< template >
@ -95,7 +96,7 @@ const el5 = ref<SliderCaptchaActionType>();
< / Card >
< / Card >
< Card class = "mb-5" title = "自定义内容(slot)" >
< Card class = "mb-5" title = "自定义内容(slot)" >
< div class = "flex items-center justify-center p-4 px-[30%]" >
< div class = "flex items-center justify-center p-4 px-[30%]" >
< SliderCaptcha ref = "el 5 " @success ="handleSuccess" >
< SliderCaptcha ref = "el 6 " @success ="handleSuccess" >
< template # text = "{ isPassing }" >
< template # text = "{ isPassing }" >
< template v-if ="isPassing" >
< template v-if ="isPassing" >
< Bell class = "mr-2 size-4" / >
< Bell class = "mr-2 size-4" / >
@ -107,7 +108,7 @@ const el5 = ref<SliderCaptchaActionType>();
< / template >
< / template >
< / template >
< / template >
< / SliderCaptcha >
< / SliderCaptcha >
< Button class = "ml-2" type = "primary" @click ="handleBtnClick(el 5 )">
< Button class = "ml-2" type = "primary" @click ="handleBtnClick(el 6 )">
还原
还原
< / Button >
< / Button >
< / div >
< / div >