vue-web-component-wrapper-ie11
vue-web-component-wrapper-ie11 copied to clipboard
regenerator runtime was missing; endsWith is not available in ie11
This fork was not instantly working for me in IE11. I had to add regenerator runtime and replace endsWith with a more compatible implementation.