vue2.* 中 使用socket.io
其实有一种方式和就是在 index.html 中引入 socket.io.js 文件
但作为单页应用 在index.html中引入东西 显然 不好 本博主 也不推荐用这种方式
安装 vue-socket.io (大神封装好的vue插件)
npm install vue-socket.io --save
注册和使用
import VueSocketIO from 'vue-socket.io'
Vue.use(new VueSocketIO({
debug: true,
conne
原创
2020-10-14 16:15:25 ·
1702 阅读 ·
0 评论