ktquez / vue-disqus

Integrate Disqus count and comments in your application Vue 3, with support for SPA
https://ktquez.github.io/vue-disqus/
MIT License
253 stars 26 forks source link

how to use nuxtjs with generate #37

Closed ftpyz closed 4 years ago

ftpyz commented 4 years ago

i use vue-disqus in in ssr application but i generate html files with nuxt generate command where cant vue disqus not show comment how to use with vue disqus with nuxt generate

smitpatelx commented 4 years ago

wrap <vue-disqus> in <no-ssr> tag.

ktquez commented 4 years ago

@ftpyz ☝️