bk-magic-vue 2.5.9-beta.34 → 2.5.9-beta.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -54884,6 +54884,7 @@
54884
54884
  var __vue_render__$1k = function __vue_render__(_h, _vm) {
54885
54885
  var _c = _vm._c;
54886
54886
  return _vm.props.node.visible ? _c('div', {
54887
+ key: _vm.props.node.id + "#" + _vm.props.node.tree.nodes.length,
54887
54888
  staticClass: "bk-big-tree-node clearfix",
54888
54889
  class: {
54889
54890
  'is-root': _vm.props.node.parent === null,