vue-demi icon indicating copy to clipboard operation
vue-demi copied to clipboard

Transition property not found in vue-demi

Open ECJ222 opened this issue 3 years ago • 2 comments

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 avatar Aug 10 '22 20:08 ECJ222

@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

takuma-ru avatar Aug 11 '22 12:08 takuma-ru

Thank you, @takuma-ru!

ECJ222 avatar Aug 13 '22 18:08 ECJ222