mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
Remove foo bar (#826)
* remove foo bar examples, move tagging to values * update tagline, add headers to values * hunting down more foos
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ value: {
|
||||
|
||||
An array of strings or objects to be used as dropdown choices.
|
||||
If you are using an array of objects, vue-select will look for
|
||||
a `label` key (ex. `[{label: 'This is Foo', value: 'foo'}]`). A
|
||||
a `label` key (ex. `[{label: 'Canada', value: 'CA'}]`). A
|
||||
custom label key can be set with the `label` prop.
|
||||
|
||||
```js
|
||||
|
||||
Reference in New Issue
Block a user