Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 9, 2020 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/b0b5272475b8651391f6db4c042daf1f to your computer and use it in GitHub Desktop.
Save parzibyte/b0b5272475b8651391f6db4c042daf1f to your computer and use it in GitHub Desktop.
<template>
<p>parzibyte.me</p>
</template>
<script>
export default {
mounted() {
console.log("Funciona");
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment