Dies ist eine alte Version des Dokuments!
LU06.A03 - Events - mouseclick and mouseover
Prerequisites
- Work type: Individual
- Means of aid: only teaching materials, no websearch, no use of ai.
- Timeframe: 15 Minutes
- Expected result: A functional Vue script with additional newfunction with mouse-right-click and mouse-left-click.
Source
Assignments
- Take the solution from the previous assignment and name it correctly including the <h1>: lu06.s03.html
- Add another 2 buttons +2 Moose and -2 Moose which count up respectively down by step-size 2
- Use this time the event for mouseover: v-on:mouseover
- Add another 2 buttons +3 Moose and -3 Moose which count up respectively down by step-size 3
- Use this thime the event right-click respectively the left-click: @click.right=….
Note