Vue file formating..
This commit is contained in:
+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