//view-table加载更多 import loadmore from './loadmore'; export default { async install (Vue, options) { // 指令 Vue.directive('loadmore', loadmore); } }