#### Scoped Slot `option`
vue-select provides the scoped `option` slot in order to create custom dropdown templates.
```html
{{ option.title }}
```
Using the `option` slot with `slot-scope="option"` gives the
provides the current option variable to the template.