vue-smart-table
vue-smart-table copied to clipboard
Uncaught SyntaxError: Unexpected token export
Fix bodyParsing.js modular usage. Export default {...} was got Uncaught SyntaxError: Unexpected token export. Module.exports will fix that.
Thanks! I'll merge it as soon as I'm able to test it.