6 lines
85 B
JavaScript

module.exports = {
onCreate: function () {
this.state = { attrs: {} };
},
};