global_main_loader.js 264 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 import Pagination from '@/components/Pagination/index.vue' // import VueSocketIO from 'vue-socket.io' export default function performLoader(Vue) { // self component function plugins(Vue) { Vue.component('Pagination', Pagination) } Vue.use(plugins) }