Skip to content

Instantly share code, notes, and snippets.

@ozgurrgul
Created June 12, 2018 19:03
Show Gist options
  • Select an option

  • Save ozgurrgul/78ba37a82590684df197ac1ce169d4a6 to your computer and use it in GitHub Desktop.

Select an option

Save ozgurrgul/78ba37a82590684df197ac1ce169d4a6 to your computer and use it in GitHub Desktop.
<template>
<div>
Hello World
</div>
</template>
<script>
export default {
name: 'welcome'
}
</script>
<style>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment