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

TypeError: b.component is not a function #34

Closed mittalyashu closed 4 years ago

mittalyashu commented 5 years ago

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

RomanNagornyi commented 5 years ago

I have the same error

ktquez commented 4 years ago

Can you reproduce this project online?

frikishaan commented 4 years ago

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

mittalyashu commented 4 years ago

Sorry, I didn't tried after that.

frikishaan commented 4 years ago

Sorry, I didn't tried after that.

So which method you used to use disqus?

safan41 commented 4 years ago

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.

ktquez commented 4 years ago

VueDisqus v4, can you check if the error persist?

ktquez commented 4 years ago

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