Example repo to demonstrate Issue#130 of vue-custom-element
- Build source:
yarn build
- Serve the example on port 9080:
yarn serve
Issue: IE9/IE10: Only the first two instances of Vue custom elements are initialised
- It seems that the issue only occurs when babelPolyfill.js is included on the page.
- Comment out the
babelPolyfill.js
script insrc/index.html
and the Vue CE's will work in IE 9/10.