【发布时间】:2014-03-22 15:34:46
【问题描述】:
Compiling Dart app to js 出现这两个错误:
Nº1:
InvalidStateError: Failed to call 'register' on 'Document' for type 'polymer-element': a type with that name is already registered.
Nº2:
Breaking on exception: TypeError: Object #<qE> has no method 'vL'
对象 qE 由 dart2js 创建。 如何找到解决方案? 有合适的工具来寻找解决方案吗? 感谢您的提前!
【问题讨论】:
标签: dart dart-polymer dart2js