wave-ui 1.54.0 → 1.54.1

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.
@@ -2967,7 +2967,7 @@ const __vue2_script$t = {
2967
2967
  icon: { type: String, default: "" },
2968
2968
  itemLabelKey: { type: String, default: "label" },
2969
2969
  itemValueKey: { type: String, default: "value" },
2970
- itemClassKey: { type: String, default: "value" },
2970
+ itemClassKey: { type: String, default: "class" },
2971
2971
  itemColorKey: { type: String, default: "color" },
2972
2972
  itemRouteKey: { type: String, default: "route" },
2973
2973
  itemClass: { type: String },