forked from geolba/tethys.frontend
vs-input.t: emit 'search-change' also on search symbol
This commit is contained in:
parent
39d323b619
commit
4f31658799
3 changed files with 3 additions and 3 deletions
|
@ -115,7 +115,7 @@ export default class VsInput extends Vue {
|
|||
// this.$emit("clear");
|
||||
}
|
||||
|
||||
// @Emit("search-change")
|
||||
@Emit("search-change")
|
||||
search(): string {
|
||||
this.results = [];
|
||||
// this.$emit("search", this.display)
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue