ayiaq1 / el-tree-select

基于element-ui2.x扩展下拉树
224 stars 94 forks source link

新增的leafOnly如何使用? #64

Closed 068089dy closed 3 years ago

068089dy commented 3 years ago

我这样配置没有效果

treeParams: {
          clickParent: false,
          filterable: true,
          leafOnly: true,
          'check-strictly': false, // 父节点可单选,父节点和子节点不联动
          // 'default-expand-all': true,
          'expand-on-click-node': true,
          data: [],
          props: {
              children: 'children',
              label: 'name',
              disabled: 'disabled',
              value: 'id'
          }
        }
ayiaq1 commented 3 years ago

淘宝源没有更新,手动触发之后也没有升级到3.1.12 image

使用 npm install

ayiaq1 commented 3 years ago

https://developer.aliyun.com/mirror/npm/package/el-tree-select

cnpm源更新了