handler: function()

in app/scripts/components.js [64:66]


      handler: function (newVal) {
        this.$emit('update:colors', newVal);
      },