mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
lint
This commit is contained in:
parent
efff3625a9
commit
e228b42cc4
@ -92,7 +92,11 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
isSearchable(){
|
||||
return !isEmpty(this.value) && typeof this.value === 'string' && this.value.replace(/\s+/g, '').length >= 3
|
||||
return (
|
||||
!isEmpty(this.value) &&
|
||||
typeof this.value === 'string' &&
|
||||
this.value.replace(/\s+/g, '').length >= 3
|
||||
)
|
||||
},
|
||||
isFirstOfType(option) {
|
||||
return (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user