karol-f / vue-custom-element

Vue Custom Element - Web Components' Custom Elements for Vue.js
https://karol-f.github.io/vue-custom-element/
MIT License
1.97k stars 187 forks source link

IE issue #189

Closed supproduction closed 4 years ago

supproduction commented 4 years ago

Hello I have connected vue-custom-element to my component. Everything works fine inside Chrome, but inside IE I have next error. Actually I totally can't understand what should I fix? Can you help me with this?

image

supproduction commented 4 years ago

I have prepared working repo example for you https://github.com/supproduction/vue-webcomponents I hope it will help.

supproduction commented 4 years ago

3.2.0 - works fine. 3.2.1 - with broken ie

karol-f commented 4 years ago

Thank You for investigating. Unpolyfilled Object.values was introduces in 3.2.1 after fixing https://github.com/karol-f/vue-custom-element/issues/125

I will fix it soon.

karol-f commented 4 years ago

Can You please check if release 3.2.1 (https://github.com/karol-f/vue-custom-element/releases/tag/v3.2.11) fixes this isseue?

supproduction commented 4 years ago

Everything works fine. Thanks for quick help.