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

8 lines
150 B
JavaScript
Raw Normal View History

2023-01-16 11:08:54 +08:00
import RenSelect from './src/ren-select'
RenSelect.install = function (Vue) {
Vue.component(RenSelect.name, RenSelect)
}
export default RenSelect