Level 1
The problem was that the VUE was connecting to the entire DOM. There was a conflict because of that.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello. I am using Laravel 10 + VUE3. I'm currently trying to implement yandex smart captcha into the project. When I add it, I see the captcha, but the iFrame/popup that is used by the captcha is not displayed. I can see that the HTML code for this popup does not exist in the DOM. But if I remove VUE3 from the project, everything is fine.
For tests you can use this package https://github.com/dsoloview/laravel-yandex-captcha
The problem was that the VUE was connecting to the entire DOM. There was a conflict because of that.
Please or to participate in this conversation.