Remove "type" prop from stage.vue
The "type" prop in the stage is used to decide if an event should be triggered in the eventHub but using an single event bind is easier to track.
Showing
Please register or sign in to comment
The "type" prop in the stage is used to decide if an event should be triggered in the eventHub but using an single event bind is easier to track.