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