import ModalList from './src/ModalList.vue' ModalList.install = function (Vue) { Vue.component(ModalList.name, ModalList) } export default ModalList