nuxt-modules / google-adsense

Google AdSense module for Nuxt.js
MIT License
204 stars 64 forks source link

useRuntimeConfig is not defined error #164

Closed myagizguler closed 1 year ago

myagizguler commented 2 years ago

Hello everyone, i was faced this issue now.

I fixed it by this way.

Add import { useRuntimeConfig } from '#imports'

to

node_modules/@nuxtjs/google-adsense/dist/runtime/components-v3/Adsbygoogle.vue..

It is working v3.0.0-rc.6.

Have a good day.

jacobwise commented 2 years ago

Nice! @myagizguler Could you open a PR for this?

myagizguler commented 2 years ago

Sure, I will send a PR when i go home 👋

manniL commented 1 year ago

Should be resolved with latest patch