Correct unnecessary spaces and add comma

This commit is contained in:
benguozakinci@gmail.com 2021-07-02 16:45:06 +03:00
parent cfa3c2091d
commit 112b842cc4

View File

@ -35,7 +35,7 @@ const app = new Vue({
',.',
',,'
],
splice_value: null
splice_value: null,
}
},
@ -66,7 +66,6 @@ const app = new Vue({
this.form.purchase_price = this.splice_value;
}
}
}
},
},
});
});