今天在 vue3 中引入 sockjs-client 的时候莫名的报了个错,而且页面里也没有global相关的内容,使得 sockjs-client 无法使用。报错信息如下: 代码语言:javascript 复制 Uncaught ReferenceError:global is not defined at node_modules/sockjs-client/lib/utils/event.js(event.js:8:27)at__require2(chunk-A5AMJUWA....
event.js:8 Uncaught ReferenceError: global is not defined at node_modules/sockjs-client/lib/utils/event.js (event.js:8) at __require (chunk-T7KYDC53.js?v=a7e674ed:6) at node_modules/sockjs-client/lib/transport/websocket.js (websocket.js:3) at __require (chunk-T7KYDC53.js?v=a7e674...
import SockJs from 'sockjs-client/dist/sockjs.min.js' and u sure to add .d.ts in your workspace : // socket.d.ts declare module 'sockjs-client/dist/sockjs.min.js' { import Client from 'sockjs-client'; export default Client; } 👍 4 github-actions bot commented Oct 27, 2021 Thi...
7. 本项目用的editor插件为@wangeditor/editor-for-vue,需要升级插件,适配vue3,好处是这个插件api可兼容,不用做过多修改,坏处是这个插件貌似下载量不高,当要求变高,可以换成quill、CKEditor等。 8. 本项目中使用了sockjs-client插件,升级后报错“global is not defined at node_modules/sockjs-client/lib/utils/...
8. 本项目中使用了sockjs-client插件,升级后报错“global is not defined at node_modules/sockjs...
Vue Demi是一个开发工具库,我们在安装该插件之后,只需要写一套通用的代码就能兼容vue2和vue3。当你...
Vue Demi是一个开发工具库,我们在安装该插件之后,只需要写一套通用的代码就能兼容vue2和vue3。当你...