vue3-recaptcha2
vue3-recaptcha2 copied to clipboard
Warning: To load an ES module, set "type": "module"
In SSR mode, you have to add "type": module
to package.json
Otherwise, the following error will be reported
Warning: To load ES modules, please set "type": "module" in package.json or use .mjs extension.
@fank84518 did you fix this? Im getting the same issue. Tried adding "type": "module",
to the package.json but caused further issues.