ktquez / vue-disqus

Integrate Disqus count and comments in your application Vue 3, with support for SPA

Home Page:https://ktquez.github.io/vue-disqus/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Window is not defined

akereachu opened this issue · comments

@ktquez Nice Work mate, But I got this error (Window is not defined) on SSR Nuxt 3, any workaround?

@ktquez Nice Work mate, But I got this error (Window is not defined) on SSR Nuxt 3, any workaround?

Figured it out, In Nuxt 3

<client-only placeholder="Loading...">
      <DisqusCount shortname='your_shortname_disqus' identifier="/blog/1" />
</client-only>