@@ -27,10 +27,7 @@ class ClickCounter extends owl.Component {
Click Me! [<t t-esc="state.value"/>]
</button>`;
constructor(parent,props){
super(parent,props);
this.state={value:0};
}
state={value:0};
increment(){
this.state.value++;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.