added search button for users admin page

This commit is contained in:
Čarodej
2021-12-01 09:42:47 +01:00
parent b08662b307
commit dd3e477593
6 changed files with 391 additions and 431 deletions

View File

@@ -302,8 +302,9 @@ export default {
}
},
created() {
events.$on('spotlight:show', () => {
events.$on('spotlight:show', filter => {
this.isVisible = true
this.activeFilter = filter
this.$nextTick(() => this.$refs.searchInput.focus())
})