question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug Report] Vuetify doesn't seem to work on IE11

See original GitHub issue

Environment

Vuetify Version: 2.2.20 Vue Version: 2.6.11 Browsers: Internet Explorer OS: Windows 10

Steps to reproduce

  • vue create ie-test
  • cd ie-test
  • vue add vuetify

Expected Behavior

The sample / demo page is shown on IE

Actual Behavior

Nothing is shown just a blank / empty page. No console errors / warnings are logged. The

<div id="app"></div>

stays empty. On Chrome, Firefox, Edge it’s working as expected.

Other comments

This happens at the official https://vuetifyjs.com/en/getting-started/quick-start/ pages too. Sometimes you will get an empty page, sometimes you will see at least static content but nothing vuetify related. This seems to be random / not reproducible.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:33 (15 by maintainers)

github_iconTop GitHub Comments

4reactions
DRoetcommented, May 7, 2020

add transpileDependencies: ['vuetify'] to vue.config.js as described here: https://vuetifyjs.com/en/getting-started/browser-support/

0reactions
KaelWDcommented, Oct 7, 2020

I created a new project using @vue/cli 4.5.6 and the default preset, added vuetify also with default settings and it works in IE11.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Vuetify/Lib Polyfilling for IE11 isn't working - SCRIPT1002
On my side SCRIPT1002: Syntax Error was resolved by updating webpack-dev-server . Try to change webpack-dev-server version to 3.8.2 and ...
Read more >
T249343 Can not "Publish changes" - RadioInput selection not ...
In Firefox, any kind of selection seems to trigger listeners for all of input, change, and click, so it looks like the browser...
Read more >
Is your Vue app not working in IE 11? Here's how to fix it.
In most cases this trick will help you find the package that is causing the error/s in your code.
Read more >
MDN Browser Compatibility Report - Paul Kinlan
Having to support specific browsers (e.g., IE11). (Outdated or inaccurate documentation for frameworks and libraries.) Avoiding or removing a ...
Read more >
Vue 3 drops IE11 support plan - Hacker News
Our stance was if you needed to use IE11 for a legacy application, ... a bug tracker that simply doesn't load anything without...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found