I looking for VueJS 2 text input mask, I didn't find anything useful after research.
I would like to mask user input, e.g.
192.169.0.1/32
I found vue library like v-mask, but it is only for npm, when I do not using it.
Am I missing something?