cleave.js
cleave.js copied to clipboard
A Vue3 component?
Hello,
Is it planned that CleaveJS will offer a Vue3 version, similar to that of React?
Thanks.
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