mirror of https://github.com/ElemeFE/element
Cascader : remove deprecated property (#13737)
parent
4cb34a08d3
commit
c8839b8022
|
@ -63,7 +63,6 @@
|
|||
|
||||
computed: {
|
||||
activeOptions: {
|
||||
cache: false,
|
||||
get() {
|
||||
const activeValue = this.activeValue;
|
||||
const configurableProps = ['label', 'value', 'children', 'disabled'];
|
||||
|
|
Loading…
Reference in New Issue