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

Adding ready event #8

Closed adam-lynch closed 6 years ago

adam-lynch commented 6 years ago

Resolves #7.

While doing this, I moved the duplicated config handling into a reusable method. Also there were minor differences between vue-disqus.js and VueDisqus.vue so I aligned them.

ktquez commented 6 years ago

Perfect @adam-lynch Thanks!