P
P
pegas2018-11-30 19:05:44
Vue.js
pegas, 2018-11-30 19:05:44

How to run a project on NUXT on IE 11?

Everything is fine in all browsers, but in IE 11 this error5c015fa05955d022660839.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
r_mustang, 2018-11-30
@r_mustang

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 your question

Ask a Question

731 491 924 answers to any question