VueJS Component not rendering in IE11 VueJS Component not rendering in IE11 vue.js vue.js

VueJS Component not rendering in IE11


I see error in Vue object here:

Vue.component('statistic-animation', {  props: ['amount', 'postfix','scale', 'className', 'accuracy', 'prefix','fill'],  data(){   // ERROR!    return {       current : this.amount,    }  }, ....

IE 11 does not support short method definition syntax in objects - source