Skip to content

Commit

Permalink
import vSelected from 'vue-select' (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
bender-x authored and sagalbot committed Dec 5, 2018
1 parent e0584cd commit 582c370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gitbook/Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Then, import and register the component:

```js
import Vue from 'vue'
import vSelect from './components/Select.vue'
import vSelect from 'vue-select'

Vue.component('v-select', vSelect)
```
Expand Down

0 comments on commit 582c370

Please sign in to comment.