import CustomTable from './src/components/TablePage' import _Vue from 'vue' export default function install(Vue){ if (!Vue) { window.Vue = Vue = _Vue } Vue.component(CustomTable.name, CustomTable) }