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

Change ready hook to mounted #2

Closed smallpath closed 7 years ago

smallpath commented 7 years ago

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 :+1:

import Disqus from 'vue-disqus'

Disqus.mounted = Disqus.ready;
ktquez commented 7 years ago

@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.

smallpath commented 7 years ago

Wow, sorry for not checking the tags.

ktquez commented 7 years ago

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