change function name and add function in add new modal

This commit is contained in:
Cüneyt Şentürk
2020-02-14 15:56:07 +03:00
parent 6d207b6106
commit b311fca666
8 changed files with 30 additions and 8 deletions

View File

@ -33,7 +33,7 @@ const app = new Vue({
},
methods:{
RateReplace(){
onChangeRate() {
this.form.rate = this.form.rate.replace(',', '.');
},