module.exports = { handleColorClick: function (color, type) { this.color = { color: color, type: type }; }, };