13 lines
152 B
Plaintext

class {
onCreate() {
this.state = {
count: 1
}
}
}
<div>
<hello/>
<span.count>${state.count}</span>
</div>