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
|
@@ -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: '
|
|
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 },
|