UNPKG

vue-select

Version:

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.

6 lines (4 loc) 169 B
import ajax from './ajax.js' import pointer from './typeAheadPointer.js' import pointerScroll from './pointerScroll.js' export default { ajax, pointer, pointerScroll }