Skip to content

Commit da12f96

Browse files
authored
Merge pull request sagalbot#159 from ss44/master
Readme Fix
2 parents 6e72a6c + bd462a6 commit da12f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Register the component
3535
```js
3636
import Vue from 'vue'
3737
import vSelect from 'vue-select'
38-
Vue.component(vSelect)
38+
Vue.component('v-select', vSelect)
3939
```
4040

4141
You may now use the component in your markup

0 commit comments

Comments
 (0)