Skip to content

Instantly share code, notes, and snippets.

@djpeach
Created October 3, 2019 20:27
Show Gist options
  • Save djpeach/32529cd7ee4e7deab6c51a93498c76d4 to your computer and use it in GitHub Desktop.
Save djpeach/32529cd7ee4e7deab6c51a93498c76d4 to your computer and use it in GitHub Desktop.
adding data prop to Vue component
data: function() {
return {
response: 'No data yet...'
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment