arielsalminen / vue-design-system

An open source tool for building UI Design Systems with Vue.js
https://vueds.com
MIT License
2.17k stars 225 forks source link

Sample documentation giving syntax error in IE11 #158

Open rinobatin opened 5 years ago

rinobatin commented 5 years ago

Opening https://vueds.com/example/ in IE11 results to

image

which points to the this arrow function

image

lukenofurther commented 5 years ago

This error first appears in release 3.5.6 and is caused by vue-styleguidist updates.

https://github.com/vue-styleguidist/vue-styleguidist/issues/251

I've implemented the fix @elevatebart suggests in that issue here - #180