Warning: Don’t paste code into the DevTools Console that you don’t understand or

1,359 阅读1分钟

vue的一个复制的功能,想复制到控制台,结果报了个报警:

v-clipboard:copy="xxx" v-clipboard:success="copyFn"

报了个错:

Warning: Don’t paste code into the DevTools Console that you don’t understand or haven’t reviewed yourself. This could allow attackers to steal your identity or take control of your computer. Please type ‘allow pasting’ below and hit Enter to allow pasting。

翻译:

警告:请勿将您不理解或尚未亲自审阅的代码粘贴到DevTools控制台中。这可能会让攻击者窃取您的身份或控制您的计算机。请在下面键入“允许粘贴”,然后按Enter键允许粘贴。

控制台输入 allow pasting, 回车就好了:

allow pasting