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

import vSelected from 'vue-select' (#707)

This commit is contained in:
bender-x
2018-12-05 19:11:14 +01:00
committed by Jeff Sagal
parent e0584cda96
commit 582c370ed9
+1 -1
View File
@@ -16,7 +16,7 @@ Then, import and register the component:
```js
import Vue from 'vue'
import vSelect from './components/Select.vue'
import vSelect from 'vue-select'
Vue.component('v-select', vSelect)
```