我正在建立一个网站,在那里我会使用不同的聚合物成分,其中一些是多次使用的。
我的问题是编译后的代码包含一个
customElements.define('dom-module', DomModule);
抛出
Uncaught DOMException: Failed to execute 'define' on 'CustomElementRegistry': this name has already been used with this registry at CustomElementRegistry.value
我不知道如何解决这个问题。