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

Emit event on onNewComment callback #27

Closed 3rdp closed 6 years ago

3rdp commented 6 years ago

I added a handler for Disqus' onNewComment callback which emits a Vue event named 'new-comment' with a comment parameter passed into an event handler.

ktquez commented 6 years ago

Thanks @3rdp