cx690

Results 2 issues of cx690

I want to use serialize-javascript in vite project. There are two problem,At first buffer is undefined,I install buffer,and then there is an error at randombytes,the error code is here: ```js...

- 版本信息 "uview-plus": "^3.3.4" "vue": "^3.4.31" 当前类型声明为: ```ts // types/comps.d.ts declare module '@vue/runtime-core' { export interface GlobalComponents { ... } } ``` 需要更改为: ```ts // types/comps.d.ts declare module 'vue' {...