lit element: Class constructor h cannot be invoked without 'new'

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了lit element: Class constructor h cannot be invoked without 'new'相关的知识,希望对你有一定的参考价值。

修改 ts 编译配置为 es6 即可:

 "compilerOptions": {
    "target": "es6",

以上是关于lit element: Class constructor h cannot be invoked without 'new'的主要内容,如果未能解决你的问题,请参考以下文章

具有javascript依赖关系的lit-element,未打包为es6模块(尚未)

具有对象类型属性的Lit元素

Web 组件中页面加载时的模式弹出窗口

非 Const 左值引用

const Class & 和 Class const 有啥区别?

const和define()的区别