2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-20 03:09:36 +03:00

Merge pull request #159 from ss44/master

Readme Fix
This commit is contained in:
Jeff
2017-03-13 10:21:48 -07:00
committed by GitHub
+1 -1
View File
@@ -35,7 +35,7 @@ Register the component
```js
import Vue from 'vue'
import vSelect from 'vue-select'
Vue.component(vSelect)
Vue.component('v-select', vSelect)
```
You may now use the component in your markup