Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Dulisz authored Nov 21, 2016
1 parent 66fdbec commit a6cf6d4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@ methods: {
props: {
/**
* Array of available options: Objects, Strings or Integers.
* If array of objects, visible label will default to option.label.
* If `label` prop is passed, label will equal option['label']
* @type {Array}
*/
options: {
Expand All @@ -260,8 +258,7 @@ props: {
*/
selected: {},
/**
* Key to compare objects
* @default 'id'
* Key to compare objects.
* @type {String}
*/
key: {
Expand All @@ -270,7 +267,6 @@ props: {
},
/**
* Label to look for in option Object
* @default 'label'
* @type {String}
*/
label: {
Expand Down

0 comments on commit a6cf6d4

Please sign in to comment.