cx690

Results 7 comments of cx690

> If buffer is undefined,you can install it. And then set this before your project! ```js window.global = { crypto:window.crypto }; ```

Maybe the same problem:[#134](https://github.com/yahoo/serialize-javascript/issues/134)

same problem, look like term.resize bug, columns set 80 will be ok, set 90 will error.

This may be not a bug,you should tell the channel size info. then it will work. My project code is [here (useResize)](https://github.com/cx690/mini-shell/blob/main/src/utils/hooks.ts). ```js // browser side const terminal = new...

vue-office好像已经不在支持以下方式定义全局组件 element-plus/global.d.ts ```ts // GlobalComponents for Volar declare module '@vue/runtime-core' { export interface GlobalComponents { } } ``` 需要更改为 ```ts declare module 'vue' { export interface GlobalComponents { } }...

看源码已经修改了https://github.com/element-plus/element-plus/blob/dev/global.d.ts 坐等发版应该就可以了