vue-demi
vue-demi copied to clipboard
Transition property not found in vue-demi
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?
@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.
- @takuma-ru/vue-swipe-modal
- code https://github.com/takuma-ru/vue-swipe-modal/blob/66ac9b3a9a6c9bc1c9ab48f190577a017d9856c4/packages/lib/src/components/swipe-modal.ts#L132-L145
Thank you, @takuma-ru!