pms-aomei/src/components/ren-select/index.js

8 lines
150 B
JavaScript

import RenSelect from './src/ren-select'
RenSelect.install = function (Vue) {
Vue.component(RenSelect.name, RenSelect)
}
export default RenSelect