mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
lint
This commit is contained in:
parent
efff3625a9
commit
e228b42cc4
@ -92,7 +92,11 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
isSearchable(){
|
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) {
|
isFirstOfType(option) {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user