浏览代码

Cascader : remove deprecated property (#13737)

iamkun 6 年之前
父节点
当前提交
c8839b8022
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/cascader/src/menu.vue

+ 0 - 1
packages/cascader/src/menu.vue

@@ -63,7 +63,6 @@
 
     computed: {
       activeOptions: {
-        cache: false,
         get() {
           const activeValue = this.activeValue;
           const configurableProps = ['label', 'value', 'children', 'disabled'];