Initial test comments added. Some original commented code deleted

This commit is contained in:
Porras-Bernardez 2024-05-07 13:54:28 +02:00
parent d75ab4f367
commit 3dbb04d737
4 changed files with 22 additions and 15 deletions

View file

@ -122,6 +122,8 @@ export default class VsInput extends Vue {
// this.$emit("clear");
}
/* When the search button is clicked or the search input is changed, it updates the value property of the component with the current value of display,
and emits a search-change event with the current value of display as the argument. */
@Emit("search-change")
search(): string {
this.results = [];