w-ui-v1 1.1.40 → 1.1.42

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "w-ui-v1",
3
- "version": "1.1.40",
3
+ "version": "1.1.42",
4
4
  "description": "w-ui",
5
5
  "author": "wgxshh",
6
6
  "license": "ISC",
package/w-menu/w-menu.vue CHANGED
@@ -140,7 +140,7 @@
140
140
  })
141
141
  return {
142
142
  ...node,
143
- iconPath:(icon as any)?.path
143
+ iconPath:icon?.path
144
144
  }
145
145
  })
146
146
  }