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 getting the second mask
if I put ###.###.###-##
, ##.###.###/####-##
it works
jsFiddle: link