Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/bash/18.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Polymer 网络组件不';带聚合物的IE11中的t负载_Polymer_Internet Explorer 11 - Fatal编程技术网

Polymer 网络组件不';带聚合物的IE11中的t负载

Polymer 网络组件不';带聚合物的IE11中的t负载,polymer,internet-explorer-11,Polymer,Internet Explorer 11,我已经用Polymer构建了一个网络组件,它可以在除IE11之外的所有浏览器上运行。 我什么都试过了,但不明白为什么不行 附件是代码,你能帮我找出原因吗? 它保持在装载状态 <!DOCTYPE html><html lang="en"><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, minimum-scale=1, initial

我已经用Polymer构建了一个网络组件,它可以在除IE11之外的所有浏览器上运行。 我什么都试过了,但不明白为什么不行

附件是代码,你能帮我找出原因吗? 它保持在装载状态

<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial scale=1, user-scalable=yes">
<title>wc test</title>
<link rel="manifest" href="/manifest.json">
<script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
<script>if(!window.customElements){document.write("<!--")}</script>
<script type="text/javascript" src="/node_modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js"></script>
<!-- do not remove -->
<script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
<script type="module" src="/src/klantenvertellen-app/klantenvertellen-app.js"></script>
</head>
<body>
<klantenvertellen-app>Loading...</klantenvertellen-app>
</body>
</html>

wc试验
如果(!window.customElements){document.write(“
加载。。。

您使用的是哪种聚合物版本?如果您使用的是聚合物3,您使用的是lit element/lit html吗?控制台上是否记录了任何错误?