vite-plugin-vconsole icon indicating copy to clipboard operation
vite-plugin-vconsole copied to clipboard

vite2/3/4/5 plugins vconsole

Results 3 vite-plugin-vconsole issues
Sort by recently updated
recently updated
newest added

我认为传递了customHide参数通常是不需要生成vconsole的,也就是不调用new VConsole,而不是通过使用vConsole.destroy()去销毁 当前vconsole使用destory会造成后续报错 Uncaught TypeError: Cannot read properties of undefined (reading 'update') at u2 (vconsole.min.js:10:91405) at e2._flushLogs (vconsole.min.js:10:91641) at vconsole.min.js:10:91147

我的uniapp项目在web环境和app环境都没有Vconsole面板

enhancement