UNPKG

console-proxy-ref

Version:

在浏览器控制台中打印任何Proxy对象时,直接打印源对象。并展示调用栈链。对Vue3的ref对象做特殊支持。 When printing any proxy object in the browser console, print the source object directly. It also shows the call stack chain. Special support is provided for Vue3 ref objects.

8 lines 194 B
export default function logProxy(config?: { key?: string, type?: 'trace' | 'error' | 'simple', copy?: 'origin' | 'clone' }, VueFn?: { isRef?: any unref?: any } ): void