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

Description
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.