angeliquekom / vue-json-to-csv

A Vue.js 2 component for transform and download a json in csv format
MIT License
35 stars 9 forks source link

Refactor code #11

Open angeliquekom opened 4 years ago

angeliquekom commented 4 years ago

Use const instead of let when possible Use backtips Use reduce instead of map in $_createCsvContent and $_createCsvLabels Use arrow functions