Dropdown box component to vuejs
Handle dropdown menu easily with this Vuejs component.
Vuejs >= 2.x
$ npm install vue-my-dropdown
You can import and insert the component using:
import dropdown from 'vue-my-dropdown'
// Component
export default {
//...
components: { dropdown },
//...
}
.babelrc
configuration. Now use env
presetThe license is MIT. See LICENSE file to more info.