[Bug Report] Vuetify doesn't seem to work on IE11
See original GitHub issueEnvironment
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:
- Created 3 years ago
- Comments:33 (15 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
add
transpileDependencies: ['vuetify']
tovue.config.js
as described here: https://vuetifyjs.com/en/getting-started/browser-support/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.