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

Vue 3.0 compatibility #47

Closed cjblomqvist closed 3 years ago

cjblomqvist commented 4 years ago

Hi! Does vue-disqus work with Vue 3.0? 🙂

Thanks for your hard work!

ktquez commented 4 years ago

Yes, I do. I just don't have a date for that, but I'm focused on releasing a version with Vue3 support next month.

Gardamuse commented 4 years ago

What is the status on Vue3 support currently? Would love to use this in my project.

ktquez commented 4 years ago

@Gardamuse

Yes, it's in the plans, it's already in the queue.

I am currently creating a version of vue-axe for Vue 3, and soon I will be doing the same with vue-disqus.

superdiazzz commented 3 years ago

@Gardamuse

Yes, it's in the plans, it's already in the queue.

I am currently creating a version of vue-axe for Vue 3, and soon I will be doing the same with vue-disqus.

I hope it will be release soon... I can't wait for that 😄

ktquez commented 3 years ago

Sorry guys, I had some family problems earlier this year, but I'll be back next month and will update to Vue 3.

superdiazzz commented 3 years ago

Sorry guys, I had some family problems earlier this year, but I'll be back next month and will update to Vue 3.

Hi @ktquez hope you are okay, may i know status for vue 3?

ktquez commented 3 years ago

Hi @superdiazzz

I started work on a version compatible with Vue.js 3 in the next branch.

As soon as it's done, I'll let you know here.

superdiazzz commented 3 years ago

Hi @superdiazzz

I started work on a version compatible with Vue.js 3 in the next branch.

As soon as it's done, I'll let you know here.

Hi @ktquez does library for vue 3 ready to use?

superdiazzz commented 3 years ago

@ktquez i am looking for social response third party. Can you explain to me, relate of @vueuse/head and vue-disqus? sorry am very2 new about this

ktquez commented 3 years ago

@superdiazzz I commented in the wrong place, I thought it was the vue-head repository, sorry 🙆‍♂️.

superdiazzz commented 3 years ago

@superdiazzz I commented in the wrong place, I thought it was the vue-head repository, sorry 🙆‍♂️.

I see. No problem. So, May i know how far this goes?

ktquez commented 3 years ago

I already made a version compatible with Vue 3, but I still haven't had time to create the documentation.

I will publish it in the "next" tag, which can be downloaded through:

npm install -S vue-disqus@next
# or
yarn add vue-disqus@next

However, not much has changed, but I will try to create a quick README explaining how to install and use it.

superdiazzz commented 3 years ago

I already made a version compatible with Vue 3, but I still haven't had time to create the documentation.

I will publish it in the "next" tag, which can be downloaded through:

npm install -S vue-head@next
# or
yarn add vue-head@next

However, not much has changed, but I will try to create a quick README explaining how to install and use it.

did you mean, vue-disqus@next ?

ktquez commented 3 years ago

@superdiazzz

Sorry, that's right vue-disqus@next

ktquez commented 3 years ago

VueDisqus for Vue 3 is out 🎉🎉

Thanks guys