mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Start search after three characters.
This commit is contained in:
parent
a5578e4ff4
commit
f9c71bad74
@ -54,7 +54,7 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
startSearch() {
|
startSearch() {
|
||||||
return this.query && this.query.length > 3
|
return this.query && this.query.length >= 3
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user