mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
Merge pull request #1 from ss44/component-init-doc-fix
Update to README.md
This commit is contained in:
@@ -35,7 +35,7 @@ Register the component
|
|||||||
```js
|
```js
|
||||||
import Vue from 'vue'
|
import Vue from 'vue'
|
||||||
import vSelect from 'vue-select'
|
import vSelect from 'vue-select'
|
||||||
Vue.component(vSelect)
|
Vue.component('v-select', vSelect)
|
||||||
```
|
```
|
||||||
|
|
||||||
You may now use the component in your markup
|
You may now use the component in your markup
|
||||||
|
|||||||
Reference in New Issue
Block a user