gpt4 book ai didi

Polymer DomModule 已定义

转载 作者:行者123 更新时间:2023-12-02 16:54:39 31 4
gpt4 key购买 nike

我正在构建一个网站,我会在其中使用不同的 polymer 组件,其中一些组件会多次使用。

我的问题是编译后的代码包含

 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

我不知道如何解决这个问题。

最佳答案

如果您在两个不同的组件中使用两个不同的路径包含 polymer ,则它们都会被执行,并且都尝试定义 dom-module、dom-if 等。

因此请检查网络面板是否有相同的文件名但不同的路径。

示例:

/bower_components/webcomponentsjs/webcomponents-loader.js
and
/components/webcomponentsjs/webcomponents-loader.js

关于Polymer DomModule 已定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46731888/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com