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

Change ready hook to mounted

smallpath opened this issue Β· comments

Hi :
Thanks for your work. But it seems that vue-disqus is not working with vue2.0 since the ready hook is replaced by mounted. Now I use following code which works but it would be nicer if you correct it in the vue-disqus πŸ‘

import Disqus from 'vue-disqus'

Disqus.mounted = Disqus.ready;

@smallpath
Was upgraded two days ago, take a look at v2.0.0
https://github.com/ktquez/vue-disqus/blob/v2.0.0/vue-disqus.vue#L13

Thanks for the feedback.

Wow, sorry for not checking the tags.

@smallpath
No need to apologize, I thank you for having warned me.