Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.
This repository was archived by the owner on May 8, 2025. It is now read-only.

Blank page on ie 11 #3

@micka753

Description

@micka753

It works on Vivaldi, but I get a blank page on IE 11. No errors in the javascript console
edit : here what I did :
vue create my-app (Router, Unit testing mocha, E2E Cypress,)
cd my-app
npm i -D vue-cli-plugin-vuetify
vue invoke vuetify
npm run serve
edit 2: I did not know I had to refresh the page with the console open in ie, sorry.
Here is the error :
function createRange(length) {
return [].concat(_toConsumableArray(Array.from({ length: length }, function (v, k) {
return k;
})));
}
I guess it has to do with babel configuration.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions