Vue Listening to an event

Viewed 102
 <router-view @loggedIn="changed"></router-view>

Hi , I just need to know what is @loggedIn in this context of vue js. I can't seem to find this syntax in the documentation. Is this a custom event of loggedIn which calls the changed method?

1 Answers
Related