2019-08-16 19:19:59 +08:00
|
|
|
/* istanbul ignore file */
|
2019-12-09 15:12:53 +08:00
|
|
|
import Popselect from './src/Popselect.vue'
|
2019-08-16 19:19:59 +08:00
|
|
|
|
|
|
|
Popselect.install = function (Vue) {
|
|
|
|
Vue.component(Popselect.name, Popselect)
|
|
|
|
}
|
|
|
|
|
|
|
|
export default Popselect
|