taoeffect / vue-script2

Standardized, designer-friendly <script> behavior for your Single Page App
171 stars 15 forks source link

IE 11 Expected ':' #44

Closed awg-cconway closed 4 years ago

awg-cconway commented 4 years ago

When using this in my app, it seems to get stuck on IE 11 with the message Expected ':' with a link to the code that points here

// keys are the scripts that is loading or loaded, values are promises
install(Vue) { <--- Here
    if (Script2.installed) return;

My code works on other browsers I have tested, (chrome, firefox). But this halts my code in IE11. Any ideas on this?

taoeffect commented 4 years ago

IE11 not supported or encouraged.