Developmint / vue-if-bot

Hide stuff from bots (especially cookie consents)
MIT License
66 stars 6 forks source link

error - navigator is not defined #2

Open awronski opened 5 years ago

awronski commented 5 years ago

Hi!

I've error with nuxt 2.3.4.

    <vue-if-bot>
      Test
    </vue-if-bot>
LuXDAmore commented 5 years ago

Same error with the new version of Nuxt: 2.9.0

rafailml commented 3 years ago

Same here Nuxt @ v2.15.5

rafailml commented 3 years ago

What works for me is import VueIfBot from 'vue-if-bot/dist/vue-if-bot.es'

found it here: https://debbie.codes/blog/nuxt-cookie-consent/