Skip to content

Instantly share code, notes, and snippets.

@erados
Created February 3, 2023 16:15
Show Gist options
  • Save erados/c340d47592eb1012a7afcecc33b71919 to your computer and use it in GitHub Desktop.
Save erados/c340d47592eb1012a7afcecc33b71919 to your computer and use it in GitHub Desktop.
<script>
export default {
data () {
return {
}
},
created() {
this.rawDataRequest()
},
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment