Cascader: Add default before-filter

pull/4847/head
Liril 2017-05-11 16:22:56 +08:00 committed by 杨奕
parent 7f7d76deb1
commit 4f03d2795a
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ export default {
},
beforeFilter: {
type: Function,
default: null
default: () => (() => {})
}
},