cara menjalankan metode dalam metode vue js pada beban

 ....
 methods:{
     getUnits: function() {...}
 },
 beforeMount(){
    this.getUnits()
 },
 ......
Lucky Lynx