matfish2 / vue-tables

Vue.js grid components
https://www.npmjs.com/package/vue-tables
MIT License
357 stars 76 forks source link

Missing semicolons in all files #127

Closed giohappy closed 7 years ago

giohappy commented 7 years ago

Master version. I suggest adding closing semicolons to each file content. Missing semicolons can cause problems when bundling code. It happened to me with Vue Tables and browserify + uglify. In particular, adding semicolon to methods/generate-table-html.js solved a bug which has been quite difficult to figure out.