From a6cf6d40e482a3a63db1c32d66b6adac22291c08 Mon Sep 17 00:00:00 2001 From: Damian Dulisz Date: Mon, 21 Nov 2016 21:10:59 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 67c19178..8eb8e9aa 100644 --- a/README.md +++ b/README.md @@ -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: { @@ -260,8 +258,7 @@ props: { */ selected: {}, /** - * Key to compare objects - * @default 'id' + * Key to compare objects. * @type {String} */ key: { @@ -270,7 +267,6 @@ props: { }, /** * Label to look for in option Object - * @default 'label' * @type {String} */ label: {