Last active
November 20, 2019 03:02
-
-
Save standinga/07258c95be22d3f0ebb66539e5f78cdb to your computer and use it in GitHub Desktop.
cleaned up index.vue for the medium post about
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div class="container"> | |
google-sign | |
</div> | |
</template> | |
<script> | |
export default { | |
created: async function() { | |
} | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment