mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 17:12:15 +00:00
added search button for users admin page
This commit is contained in:
@@ -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())
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user