Fix #6374
parent
3c85b3d29c
commit
94e07174b2
|
@ -43,7 +43,7 @@ export default {
|
|||
default: false
|
||||
},
|
||||
filterBy: {
|
||||
type: String | ((node) => String),
|
||||
type: [String, Function],
|
||||
default: 'label'
|
||||
},
|
||||
filterMode: {
|
||||
|
|
Loading…
Reference in New Issue