Vue-material: Examples page for v0.7.0 not working in IE11

Created on 8 Feb 2017  路  9Comments  路  Source: vuematerial/vue-material

Steps to reproduce

Open https://vuematerial.github.io/#/ in IE11

Which browser?

IE11, vue-material v0.7.0 only

What is actually happening?

It seems that Promise.js polyfill for IE is missing in build.

grafik

bug cross browser

Most helpful comment

Hy @pablohpsilva. I had the chance to test PR #791 on a local server now. The docs site is working in IE11. The error message is gone. Great! Thanks!

All 9 comments

I will take a look. I think I missed some configurations when upgrading to Webpack 2.

It is still the same problem after update to v0.7.1 on IE11.
Altough I cannot verify that the examples page is really using the latest version of vue-material?!

Same error when running the development server on the latest develop branch.

Please help!!! Does it actually work in ie11? It does not work with version 0.7.1 and I have checked that the example page does not work either. I would have to redo a development right now if it is not. Thank you

Oh dear lord... I'll look into it ASAP.

@santagu @albanm and @thomasd,
could you please test the PR #791 ?

Infinite thanks for your answer @pablohpsilva , I'll try it, but I used the polyfill es6-promise and now it works. The deadline was yesterday. Ufff ... "saved by the bell" ... I think your solution will work better so I will try it soon. Thanks, thanks and thanks again.

Hy @pablohpsilva. I had the chance to test PR #791 on a local server now. The docs site is working in IE11. The error message is gone. Great! Thanks!

this is most likely an issue with vue not vuematerial. It does not support IE11 by default. I went round in circles, trying babel polyfills etc until Linus from vue pointed out I was missing my .babelrc file which compiles es6 in to js that IE11 can understand. Check this link out for more info https://forum.vuejs.org/t/ie-11-still-not-working/11834/5

Was this page helpful?
0 / 5 - 0 ratings

Related issues

korylprince picture korylprince  路  3Comments

capttrousers picture capttrousers  路  3Comments

lee-frank picture lee-frank  路  3Comments

Feduch picture Feduch  路  3Comments

jtouzy picture jtouzy  路  3Comments