wui-components-v2 1.1.49 → 1.1.50

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.
@@ -99,7 +99,7 @@ const {
99
99
  >
100
100
  <text
101
101
  class="menu-icon text-xl"
102
- :class="[subItem.iconPath || 'i-carbon:grid']"
102
+ :class="[subItem.appIcon || 'i-carbon:grid']"
103
103
  />
104
104
  <view class="icon-shine" />
105
105
  </view>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wui-components-v2",
3
- "version": "1.1.49",
3
+ "version": "1.1.50",
4
4
  "description": "wui 组件库",
5
5
  "author": "wgxshh",
6
6
  "license": "MIT",