import VueSocketIO from 'vue-socket.io' Vue.use(new VueSocketIO({ debug: true, connection: 'http://localhost:3000', vuex: {} })) ...
確定! 回上一頁