vue async lifecycle methods All In One vue async mounted



vue async lifecycle methods All In One

vue async mounted


async mounted () {
console.log('event mixin init ????');
await this.initMonitorEventDict();
},
// mounted () {
// console.log('event mixin init ????');
// this.initMonitorEventDict();
// },