Initial test comments added. Some original commented code deleted
This commit is contained in:
parent
d75ab4f367
commit
3dbb04d737
4 changed files with 22 additions and 15 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue