mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-16 09:10:33 +03:00
@@ -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