2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-04 06:32:23 +03:00

Merge pull request #1 from ss44/component-init-doc-fix

Update to README.md
This commit is contained in:
Shinda Singh
2017-03-13 13:18:16 -04: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