UNPKG

em-fe

Version:

快速开发产品的UI库

8 lines (5 loc) 157 B
import EmfeSelect from './src/EmfeSelect.vue'; EmfeSelect.install = (Vue) => { Vue.component(EmfeSelect.name, EmfeSelect); }; export default EmfeSelect;