Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit a6cf6d4

Browse files
author
Damian Dulisz
authored
Update README.md
1 parent 66fdbec commit a6cf6d4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,6 @@ methods: {
237237
props: {
238238
/**
239239
* Array of available options: Objects, Strings or Integers.
240-
* If array of objects, visible label will default to option.label.
241-
* If `label` prop is passed, label will equal option['label']
242240
* @type {Array}
243241
*/
244242
options: {
@@ -260,8 +258,7 @@ props: {
260258
*/
261259
selected: {},
262260
/**
263-
* Key to compare objects
264-
* @default 'id'
261+
* Key to compare objects.
265262
* @type {String}
266263
*/
267264
key: {
@@ -270,7 +267,6 @@ props: {
270267
},
271268
/**
272269
* Label to look for in option Object
273-
* @default 'label'
274270
* @type {String}
275271
*/
276272
label: {

0 commit comments

Comments
 (0)