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

Missing typescript definition

krakoi opened this issue · comments

The typescript definiton for the importable component is missing.

So this gives an error in typescript:

import { Disqus } from 'vue-disqus'

export default {
  name: 'PostPage',
  components: {
    Disqus
  }
}
Module '"../../node_modules/vue-disqus"' has no exported member 'Disqus'.

I don't have much experience in TypeScript, but I'll take a look.
If you want to send a PR, I would be very grateful.