hellof2e / quark-core

Open-source, Web Components engine designed for everyone.(用原生 JS 构建跨技术栈组件 / 无框架组件)
https://quark-ecosystem.github.io/quarkc-docs/#/
MIT License
342 stars 29 forks source link

@property({ type: Number }) 默认值不起作用 #88

Closed yoyo837 closed 3 months ago

yoyo837 commented 3 months ago
@property({ type: Number }) // 外部属性
active = 11;

componentDidMount() {
  // 输出 0
  console.log(this.active);
}
dyf19118 commented 3 months ago

哪个版本

yoyo837 commented 3 months ago

v2.1.2

dyf19118 commented 3 months ago

收到,我检查下。

dyf19118 commented 3 months ago

已在2.1.3中修复