You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Very simple question. In Player.vue, we got this line (l.328): this.$emit("trigger", ["nominatePlayer", player]);
I know almost exactly what it means. It means that this is a call to another function in another file, which will make the nomination.
So my point is simply: where is coded this function?
Thanks in advance.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
Very simple question. In Player.vue, we got this line (l.328):
this.$emit("trigger", ["nominatePlayer", player]);
I know almost exactly what it means. It means that this is a call to another function in another file, which will make the nomination.
So my point is simply: where is coded this function?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions