el-data-tree icon indicating copy to clipboard operation
el-data-tree copied to clipboard

🌴Base on element-ui, makes tree component crud easily

Results 5 el-data-tree issues
Sort by recently updated
recently updated
newest added

展示的时候有一些冗余

## 场景 1. 默认设置 `treeAttrs:{defaultExpandAll: true}` 2. 收起所有的树 3. 执行 `$refs.tree.fetchData()` ## 实际结果 所有的树自动展开了 ## 期望结果 保持所有的树收起的状态 https://github.com/FEMessage/el-data-tree/blob/c46975ec0aea173e78dbb89cb7c1ae3326ecfed9/src/el-data-tree.vue#L470

## Why 原本的 updateCheckedKeys 有个诡异的过滤父节点的操作,导致 checkedKeys 中的父节点都没了。猜测: - 据称原意是为了防止 check 父节点时把其下所有子节点都 check 了;但这应该是由 el-tree 的 check-strictly 来控制的表现。 - 可能当时的 el-tree 还没有 check-strictly 这个属性吧 ## How 1. stylus => less 2....

bug
question

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. **This update includes a security fix.** Vulnerabilities fixed *Sourced from The GitHub Security Advisory Database.* > **High severity vulnerability that affects mixin-deep** > mixin-deep...

dependencies
security