V
V
Vanya Huk2017-09-20 22:11:46
Vue.js
Vanya Huk, 2017-09-20 22:11:46

What is the correct way to connect Vue Select to child component vue.js?

What is the correct way to connect Vue Select to child component vue.js?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Gamov, 2017-09-20
@vanyahuk

And what exactly is the snag?
install
Connect

import Vue from 'vue'
import vSelect from 'vue-select'
Vue.component('v-select', vSelect)

and use
All this is inside the component file or connected at the app level, if you will use it somewhere else.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question