vue-recaptcha-v3: change language
To change the recaptcha language when its included via vue-recaptcha-v3, it needs to be set via loaderOptions.renderParameters.hl = ‘de’. Here is a simple example for usage in a component:
I am Ophidia, programmer.
To change the recaptcha language when its included via vue-recaptcha-v3, it needs to be set via loaderOptions.renderParameters.hl = ‘de’. Here is a simple example for usage in a component:
In Safari a normal vue.js page produced an empty page every now and then for seemingly no reason. Since debugging with iOS is a pain in the ass and only possible through this hack, it took us a while to […]