UNPKG

161 BJavaScriptView Raw
1import Select from './src/select';
2
3/* istanbul ignore next */
4Select.install = function(Vue) {
5 Vue.component(Select.name, Select);
6};
7
8export default Select;