2017-11-22 16:46:18 -08:00

5 lines
98 B
JavaScript

module.exports = {
handleClick: function (input) {
this.state.clicked = true;
}
};