Panel Dialog Submit - Dispatch Vuex Events

Ah sorry my Mistake it is called:

event"S" with an s :wink:

created() {
   this.$events.$on('site.update', (response) => { 
     /*do what you want with response */
   });
}