事情起因
开发谷歌插件时
编写options.html中引入vue.js文件
发生如下报错
Uncaught EvalError: Refused to evaluate a string as JavaScript because ‘unsafe-eval’ is not an allowed source of script in the following Content Security Policy directive: “script-src ‘self’ blob: filesystem:”.
解决方法
在manifest.json中添加如下
结果
然后重新加载插件就好了
报错分析
不知道,希望知道报错原因的大佬能在评论区分享下经验