Nuxt.js: Not working in IE

Created on 4 Apr 2017  路  5Comments  路  Source: nuxt/nuxt.js

Lifesicle hook mounted not working in IE10 http://prntscr.com/esfkb0 , nothing in console...
beforeMount is not working too

This question is available on Nuxt.js community (#c445)
help-wanted

Most helpful comment

I found!! Thanks! =))

this is help me:
build: {
extend(config, { isClient }) {
if (isClient) {
config.entry.vendor.push('babel-polyfill')
}
}
}

All 5 comments

It looks working on me .

Do you have some error on your console panel ?

2017-04-05 10 12 45

It works in IE EDGE, but not working in IE10-11
The Error - 'Symbol' is undefined

through this portal please

https://github.com/nuxt/nuxt.js/issues/483

I found!! Thanks! =))

this is help me:
build: {
extend(config, { isClient }) {
if (isClient) {
config.entry.vendor.push('babel-polyfill')
}
}
}

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vadimsg picture vadimsg  路  3Comments

msudgh picture msudgh  路  3Comments

uptownhr picture uptownhr  路  3Comments

vadimsg picture vadimsg  路  3Comments

gary149 picture gary149  路  3Comments