2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

Update README.md

fixed component registration syntax.
This commit is contained in:
Shinda Singh
2017-03-13 12:49:30 -04:00
committed by GitHub
parent 6e72a6c0ed
commit 4961374592
+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