Categories
How to run a project on NUXT on IE 11?
Everything is fine in all browsers, but in IE 11 this error
Answer the question
In order to leave comments, you need to log in
for IE, you need a polyfill in the builder in nuxt.config.js:
build: { vendor: ['babel-polyfill'] }
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question