Second Page - mothcar/myFunctions GitHub Wiki
This is Sencond page
Vue.prototype.$thousandSeprator = function thousandSeprator(amount) {
return amount.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")
}
Vue.prototype.$thousandSeprator = function thousandSeprator(amount) {
return amount.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")
}