出现场景:加载cesium官网Quickstar中的示例报的错误
Blocked script execution in 'about:blank' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
如果您在运行 Vue 组件代码后遇到了关于 about:blank
和 sandbox
的错误,这通常意味着某个 iframe 试图执行脚本,但由于其 sandbox
属性设置不允许脚本执行,所以被浏览器阻止了。然而,根据您提供的 Vue 组件代码,并没有直接创建或使用 iframe 来加载 about:blank
页面。