niksmr / vue-masked-input

Masked input component for Vue.js
https://niksmr.github.io/vue-masked-input/
MIT License
454 stars 92 forks source link

Compatibility with Vuejs 3 #62

Closed ivandamyanov closed 2 years ago

ivandamyanov commented 5 years ago

I have a vue-cli project and I cannot even setup the plugin to work, is it compatible? For instance, in vuejs 3 you usually have to import the component before you could do but you lack this in the setup guide. I tried it and it still didn't work.

brunbs commented 2 years ago

Did you make it work? I'm trying but I can't make it work

ivandamyanov commented 2 years ago

Unfortunately not. I think I gave up on the masking idea and that's why I closed this.