web-component-gallery 2.0.12 → 2.0.13

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.
@@ -297,6 +297,10 @@ export default {
297
297
  this.NodeKey.splice( i, 1 )
298
298
  }
299
299
  },
300
+ onDragEnter(node) {
301
+ // expandedKeys 需要受控时设置
302
+ // this.expandedKeys = info.expandedKeys
303
+ },
300
304
  onDrop(info) {
301
305
 
302
306
  const dragKey = info.dragNode.eventKey
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-component-gallery",
3
- "version": "2.0.12",
3
+ "version": "2.0.13",
4
4
  "description": "基础vue、antdvue、less实现的私有组件库",
5
5
  "main": "dist/index.umd.js",
6
6
  "files": [