====== LU06.A05 - Events - Input counting ====== ===== Prerequisites ===== * Work type: Individual * Means of aid: only teaching materials, no websearch, no use of ai. * Timeframe: 10 Minutes * Expected result: a vue script, that counts how many letters were typed in by the user and decreases and resets the counter. ===== Source ===== * [[https://www.w3schools.com/vue/tryit.php?filename=tryvue_v-on_textInput|Source-code for the assignment]] ===== Assignments ====== - Test the code example provided to you, if you type something into the input-field the counter must increase. Describe the behaviour of the script using HTML comments. - Make sure that you have the title