Skip to content

Commit

Permalink
update messages
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenOutman committed Jun 15, 2018
1 parent 1ea95e5 commit f244be3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/ReactVsVue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@
return `${base}?${composeParams(params)}`
},
diffMessage() {
if (this.lineChart) {
return 'Final stage'
}
const numberWithCommas = (x) => {
return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',');
}
Expand Down

0 comments on commit f244be3

Please sign in to comment.