[Vuejs]-Vue project: object does not support this property or method "hasOwnProperty" IE11

0👍

Try to import it at the top of your main.js file like this:

import 'babel-polyfill'

At least this fixed this issue for me.

👤Thomas

Leave a comment