v-on Example

The '.stop' modifier stops the click event from propagating any further.

If the '.stop' modifier is removed from this code, the parent element will also capture the click event on the child element.

This is the parent element.

This is the child element. CLICK HERE!

The order of when and where the event is captured.