Skip to content

Commit 582c370

Browse files
bender-xsagalbot
authored andcommitted
import vSelected from 'vue-select' (sagalbot#707)
1 parent e0584cd commit 582c370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gitbook/Install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Then, import and register the component:
1616

1717
```js
1818
import Vue from 'vue'
19-
import vSelect from './components/Select.vue'
19+
import vSelect from 'vue-select'
2020

2121
Vue.component('v-select', vSelect)
2222
```

0 commit comments

Comments
 (0)