cleave.js icon indicating copy to clipboard operation
cleave.js copied to clipboard

A Vue3 component?

Open CharlesOnAir opened this issue 2 years ago • 1 comments

Hello,

Is it planned that CleaveJS will offer a Vue3 version, similar to that of React?

Thanks.

CharlesOnAir avatar Jan 08 '23 10:01 CharlesOnAir

This is an old request, but I came across it today after implementing this myself.

See https://github.com/nosir/cleave.js/blob/master/doc/vue.md. The instructions there are accurate EXCEPT you need to change inserted to created and update to updated. After making those changes, it seems to work again in Vue 3

jjanusch avatar Oct 10 '23 22:10 jjanusch