christianmalek / vuex-rest-api

A utility to simplify the use of REST APIs with Vuex
http://vuex-rest-api.org
MIT License
382 stars 48 forks source link

Why wrong in IE Browser #17

Closed caizhiming8 closed 7 years ago

caizhiming8 commented 7 years ago

Error reporting in IE browser

christianmalek commented 7 years ago

Could you provide a screenshot?

caizhiming8 commented 7 years ago

I do not use this plugin is not wrong.If i use this plugin IE browser to tell me is a syntax error, but google browser will not be given

caizhiming8 commented 7 years ago

2 ![Uploading 图片2.png…]() ![Uploading 图片2.png…]()

christianmalek commented 7 years ago

I don't know which version of Internet Explorer you are using. But it's possible that it doesn't support ES2015 language features. Then you have to use a transpiler like babel.

caizhiming8 commented 7 years ago

My browser is IE 11.Do you mean that I still need to install other plugins?If so, what kind of plugin should I install?

christianmalek commented 7 years ago

I'll update the plugin in the next weeks and publish an ES5-compatible module. Is it possible for you to wait so long (about 2 weeks)?

caizhiming8 commented 7 years ago

yes thank you

christianmalek commented 7 years ago

I'll let you know when I publish it.

christianmalek commented 7 years ago

@caizhiming8 I've published a new version of the package. Please update and try it again.