So i have
{{ phone }}
<label for="phone">Phone</label>
<masked-input
id="phone"
class="form-control string"
v-model="phone"
mask="\+\7 111 111-11-11"
placeholder=""
type="tel" />
</div>
And i have phone: '72731241241',
Every time i open this modal i will get +7 727 312-41-24
Next try +7 772 731-24-12
And next +7 777 273-12-41
And next +7 777 727-31-24...
So i have
And i have phone: '72731241241',
Every time i open this modal i will get +7 727 312-41-24
Next try +7 772 731-24-12
And next +7 777 273-12-41
And next +7 777 727-31-24...