Files

9 lines
161 B
JavaScript
Raw Permalink Normal View History

2024-12-03 17:40:13 +08:00
import Select from './src/select';
/* istanbul ignore next */
Select.install = function(Vue) {
Vue.component(Select.name, Select);
};
export default Select;