karol-f / vue-ce-test

Example repo to demonstrate Issue#130 of vue-custom-element

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-ce-test

Example repo to demonstrate Issue#130 of vue-custom-element

  1. Build source: yarn build
  2. 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 in src/index.html and the Vue CE's will work in IE 9/10.

About

Example repo to demonstrate Issue#130 of vue-custom-element


Languages

Language:JavaScript 74.9%Language:HTML 25.1%