mattmezza / msgdown

*Simple* /messages/, _formatted_.
MIT License
10 stars 1 forks source link

Fix compatibility issues due to spread operator #1

Closed coyotte508 closed 5 years ago

coyotte508 commented 5 years ago

Just noticed from the issue in vue-beautiful-chat.

Even though it's valid javascript, spread operator is cutting edge as far as tooling goes so it may be worth it to address the issue.

This is a minor fix, I didn't look too deep into it, and there are probably other ways to address it.