value: function()

in app/scripts/components.js [116:118]


    value: function (newVal) {
      this.$emit('update:value', newVal)
    },