vue luosimao人机验证 data-callback回调 无法触发
更新:HHH   时间:2023-1-7


<div class="l-captcha" data-site-key="***" data-callback="getResponse"></div>

在vue的 created method 写:

window.getResponse = (resp)=>{
    console.log('get a callback');
}
返回web开发教程...