vueuse / vue-demi

🎩 Creates Universal Library for Vue 2 & 3
MIT License
2.99k stars 158 forks source link

Transition property not found in vue-demi #186

Open ECJ222 opened 2 years ago

ECJ222 commented 2 years ago

The Transition property found in Vue is not exported/found in Vue-demi. Is there an alternative to this in vue-demi I could use or a possible solution?

takuma-ru commented 2 years ago

@ECJ222

Hi! I faced the same problem before, but was able to solve it by using useTransition() in the vueuse.

I will post my repository for your reference. However, I am not yet completely familiar with this library, so please let me know if you have any questions.

ECJ222 commented 2 years ago

Thank you, @takuma-ru!