3
I’m trying to put a mask on - Vue-the-Mask
<the-mask
id="input1"
v-model="ch_anual"
type="text"
:mask="['###:##', '#.###:##']"
/>
But you’re only taking the second mask
if I put ###.###.###-##
, ##.###.###/####-##
works
jsFiddle: https://jsfiddle.net/luissouza/4vdsepun/