2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-13 08:32:26 +03:00

WIP: v3 – remove onSearch callback prop (#811)

* remove onSearch callback prop

* update ajax docs

* docs formatting

* remove onSearch callback prop
This commit is contained in:
Jeff Sagal
2019-04-08 11:58:04 -07:00
committed by GitHub
parent b5e239c49c
commit 01ecee93d5
5 changed files with 66 additions and 100 deletions
+3 -4
View File
@@ -2,9 +2,8 @@
Install with yarn:
```bash
yarn add vue-select
```
or, using NPM:
```
# or, using NPM
npm install vue-select
```
@@ -23,7 +22,7 @@ The component itself does not include any CSS. You'll need to include it separat
import 'vue-select/dist/vue-select.css';
```
You can also import the scss yourself for complete control of the component styles:
Alternatively, you can import the scss for complete control of the component styles:
```scss
@import "vue-select/src/scss/vue-select.scss";