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

After the Nuxt SSR, the SPA mode reload

pang-lee opened this issue · comments

Hello, @ktquez , I am wondering whether the Disqus support client side reload or render?

By the way I still can't use the this.$disqus.reset ( will output .rest is not a function ) --> I heard that this can do the reload, might be the function what I am expected?

And I do set up the URL and Identifier to every post by using :url and :identifier. ( I see it change when I click the different post )

In documentation the :pageConfig did not work in my case.

Could you give me some suggestion of how to make Disqus render for each post when I click the comment button ( or do the reload ) instead of render when I route to that page?

which means like this:

image

image

image

image

image

@pang-lee
Can you reproduce this example online?
Or Share a repository so we can see the code?

It will be easier to help you.