Hi, How to Replace a dot with a comma for a number in vue.js? for example: new Vue({ el:'#app', data : { quantity : '0.25', } and in HTML I have ...
確定! 回上一頁