Closed awg-cconway closed 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
Expected ':'
// 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?
IE11 not supported or encouraged.
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 hereMy code works on other browsers I have tested, (chrome, firefox). But this halts my code in IE11. Any ideas on this?