TangoPJ
TangoPJ
How can I solve my problem, I'm using the package in my Nuxt.js project, in the chrome browser it works without problems, but when I open localhost in the Safari...
Can you explain me, how to add multiple recaptcha to the single page in the nuxt js project? I have a form called BaseForm, it's the single file component, that...
OS: macOS Monterey v12.6 Google Chrome version: 106.0.5249.119 (Official Build) (arm64) Usage: ```javascript const getChartOptions = (type = 'pie') => ({ series: [], chart: { type, }, noData: { text:...
Hey there! Is there a way to build and push my project from current repository to another repository? For example I have this rollup config: ```js import typescript from "@rollup/plugin-typescript";...