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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wave-ui",
3
- "version": "1.54.0",
3
+ "version": "1.54.1",
4
4
  "description": "An emerging UI framework for Vue.js (2 & 3) with only the bright side. :sunny:",
5
5
  "author": "Antoni Andre <antoniandre.web@gmail.com>",
6
6
  "main": "./dist/wave-ui.umd.js",
@@ -134,7 +134,7 @@ export default {
134
134
  icon: { type: String, default: '' },
135
135
  itemLabelKey: { type: String, default: 'label' }, // Name of the label field.
136
136
  itemValueKey: { type: String, default: 'value' }, // Name of the value field.
137
- itemClassKey: { type: String, default: 'value' }, // Name of the class field.
137
+ itemClassKey: { type: String, default: 'class' }, // Name of the class field.
138
138
  itemColorKey: { type: String, default: 'color' }, // Support a different color per item.
139
139
  itemRouteKey: { type: String, default: 'route' }, // Name of the route field for `nav` lists.
140
140
  itemClass: { type: String },