You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i think i found an issue regarding IE11 in your node_modules/@akryum/vue-cli-plugin-ssr/client/index.js. The IE gave an error like unexpected identifier, IE11 doesnt support named parameters like you simulated. I fixed it with the following code:
export function loadAsyncComponents (options) {
options = options || {};
var router = options.router || 0;
what do you think about this?
regards
Marten
The text was updated successfully, but these errors were encountered:
vue-cli-plugin-ssr/client/index.js
Line 1 in a742953
i think i found an issue regarding IE11 in your node_modules/@akryum/vue-cli-plugin-ssr/client/index.js. The IE gave an error like unexpected identifier, IE11 doesnt support named parameters like you simulated. I fixed it with the following code:
what do you think about this?
regards
Marten
The text was updated successfully, but these errors were encountered: