vuejs accessing props from data

JavaScript
data: function() {
  var theData = {
    somevar: this.messageId,
    // other object attributes
  }

  return theData;
}

Source

Also in JavaScript: