Vue file formating..

This commit is contained in:
Cüneyt Şentürk
2020-01-21 16:24:56 +03:00
parent f0b50b53e8
commit 0876197e35
11 changed files with 13 additions and 34 deletions

View File

@ -42,7 +42,7 @@ const app = new Vue({
params: {
code: code
}
})
})
.then(response => {
this.form.rate = response.data.rate;
this.form.precision = response.data.precision;

View File

@ -32,8 +32,8 @@ const app = new Vue({
}
},
methods:{
taxRateReplace(){
methods: {
taxRateReplace() {
this.form.rate = this.form.rate.replace(',', '.');
},
}