cnhuye

Results 4 comments of cnhuye

I have same error, finally I found this happened when ```media``` is empty array. so i add ```v-if="imagelist.length > 0"``` , fixed the error.

OK, Thanks. You have done a great job. this gem make us integrate with Vuejs smoothly.

> https://github.com/vbenjs/vue-vben-admin 用的这个框架. 他的 vite 配置里加了 esbuild.pure , 然后出现了这个问题。 如果用一个最小的 vue3+vite, 配置上 esbuild.pure 应该也可以复现。

> @Zhell1 you've passed some type of object [restricted by Structured Clone Algorithm](https://www.electronjs.org/docs/latest/api/ipc-renderer#ipcrenderersendchannel-args). In the next version of electron-log such a type will be stringified. I'm using 5.0.0-beta.25, and have...