Skip to content

Instantly share code, notes, and snippets.

@charlesBochet
Created November 18, 2018 15:39
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 charlesBochet/92985424e77ade9145018c25ec3e2296 to your computer and use it in GitHub Desktop.
Save charlesBochet/92985424e77ade9145018c25ec3e2296 to your computer and use it in GitHub Desktop.
<template>
<div class="container">
Hello World with vue
</div>
</template>
<script>
export default {
mounted() {
console.log('Hello World')
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment