Akryum / Akryum/vue-cli-plugin-ssr
IE11 issue - unexpected identifier..
Ouverte
- Langage dominant
- JavaScript
- Étoiles
- 441
- Forks
- 69
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
https://github.com/Akryum/vue-cli-plugin-ssr/blob/a742953b8376817950a01ad79967b9aa02da5388/client/index.js#L1
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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.