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

TypeError: b.component is not a function

mittalyashu opened this issue · comments

I am getting this error when I use import VueDisqus from 'vue-disqus'

image

and when I use this import VueDisqus from 'vue-disqus/dist/vue-disqus.vue';, I get this error

image

I have the same error

Can you reproduce this project online?

@mittalyashu, @RomanNagornyi you able to solve the error?

Sorry, I didn't tried after that.

Sorry, I didn't tried after that.

So which method you used to use disqus?

I ran into this error if I imported vue-disqus by doing this:

import VueDisqus from 'vue-disqus'

export default {
  components: {
    VueDisqus,
    ...
  }, 
  ...
}

instead of the way instead of the way it was showed in the README.

VueDisqus v4, can you check if the error persist?

If the problem persists, feel free to reopen that issue.