I can get salary data from my database using vue js v-model like this
but i want to add data mask to look like this
here is my code for my retrieve, the field key salary / gaji is a double, i dont know how to add data mask using vue js, can anyone help me??
<div class="form-row">
<div class="form-group col-md-6">
<label class="col-form-label">Salary</label>
<input type="text" class="form-control" v-model="nasabah.form.salary">
</div>
</div>