Vue file formating..
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
+2
-2
@@ -32,8 +32,8 @@ const app = new Vue({
|
||||
}
|
||||
},
|
||||
|
||||
methods:{
|
||||
taxRateReplace(){
|
||||
methods: {
|
||||
taxRateReplace() {
|
||||
this.form.rate = this.form.rate.replace(',', '.');
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user