Emre Tepe

Results 29 comments of Emre Tepe
trafficstars

> The same problem bothered me @weicheng2138 below codes work like a charm for me. good luck! in package.json ```js { "dependencies": { "nuxt": "2.15.8", "@nuxtjs/composition-api": "^0.31.0", "@nuxtjs/recaptcha": "^1.0.4", },...

> @emretepedev Thanks for your solution. It does the work very well. However, it show up with deprecated message below. > > > > If you are going to to...

Same issue here. Not ideal, but still a workaround for Brave/Chrome 1. Go to chrome://extensions 2. Find `TronLink` and click the `Details` button. 3. Click `Site access` and select `On...

Same issue here. Not working with this setting: ```ts srcDir: 'src', bridge: { vite: true, nitro: true, }, ``` But it works correctly when disabled Vite.