Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e72a6c + bd462a6 commit da12f96Copy full SHA for da12f96
README.md
@@ -35,7 +35,7 @@ Register the component
35
```js
36
import Vue from 'vue'
37
import vSelect from 'vue-select'
38
-Vue.component(vSelect)
+Vue.component('v-select', vSelect)
39
```
40
41
You may now use the component in your markup
0 commit comments