Commit 4f03d279 authored by Liril's avatar Liril Committed by 杨奕

Cascader: Add default before-filter

parent 7f7d76de
...@@ -142,7 +142,7 @@ export default { ...@@ -142,7 +142,7 @@ export default {
}, },
beforeFilter: { beforeFilter: {
type: Function, type: Function,
default: null default: () => (() => {})
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment