Tencent / vConsole

A lightweight, extendable front-end developer tool for mobile web page.
Other
16.88k stars 2.95k forks source link

Uncaught TypeError: Vconsole.destroy is not a function #620

Closed xiandanchaorenguagua closed 1 year ago

xiandanchaorenguagua commented 1 year ago

vConsole Version:3.15.0 关闭vconsole报错

`import Vconsole from 'vconsole' ...

Vconsole.destroy();`

Maizify commented 1 year ago

你这里import到的Vconsole是个类,需要实例化、初始化后才能使用,包括调用destroy()方法。