Open klaveren opened 6 years ago
Having the same issue in IE11.
Try inserting the following on nuxt.config.js before plugins:
babel: {
presets: [
['vue-app', {
useBuiltIns: true,
targets: { ie: 11, uglify: true },
}
]
],
This helped a bit for me, but then I'm not able to properly polyfill the rest of the features needed.
So what I'm doing instead is starting a new Nuxt.js starter template and just adding the @nuxtjs/vuetify module which seems to be working perfectly:
having the same issue.
It was right in the docs: https://vuetifyjs.com/en/getting-started/quick-start#ie11-support
I'm just started a new project default, without changing anything and start npm run dev. In my device with Android all things works fine, in my Mac os with Sierra, works fine too, but in my ipad 2 with ios 9.3.5. The layout seems to load, and within a few moments it looks like the css is disabled. Staying instead of the black theme, a white screen without the default layout.
Follows print screens.
Anyone have any idea what it can be?