wave-ui 2.37.0 → 2.37.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.
@@ -3431,7 +3431,7 @@ const _sfc_main$t = {
3431
3431
  icon: { type: String, default: "" },
3432
3432
  itemLabelKey: { type: String, default: "label" },
3433
3433
  itemValueKey: { type: String, default: "value" },
3434
- itemClassKey: { type: String, default: "value" },
3434
+ itemClassKey: { type: String, default: "class" },
3435
3435
  itemColorKey: { type: String, default: "color" },
3436
3436
  itemRouteKey: { type: String, default: "route" },
3437
3437
  itemClass: { type: String },