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

Is there a way to reload vue-disqus?

patrioticcow opened this issue · comments

I'm using it with nuxt js, and when I change the page I use
this.$router.replace(?page=1)
And on the new page disqus doesn't show.. I need to somehow manually initialize it.

If I do a fill reload page with window.location.href then all works.

Any ideas?

never mind, I can use VueDisqus.init()