Akryum/vue-googlemaps

Not working in IE 11

bschulz87 opened this issue · 1 comments

Does not work in IE 11 V. 11.0.9600.18792

"Object doesn't support property or method 'assign'" in console when trying to view the demo.

You need to polyfill ES2015 features like Object.assign in old browsers like Internet Explorer 11. MDN polyfill or babel-polyfill.