Skip to content

Instantly share code, notes, and snippets.

@kuroski
Created September 6, 2018 21:13
Show Gist options
  • Save kuroski/7986b5d3ca59b979e23b2f4b3810eadf to your computer and use it in GitHub Desktop.
Save kuroski/7986b5d3ca59b979e23b2f4b3810eadf to your computer and use it in GitHub Desktop.
<script>
export default {
name: 'UserView'
}
</script>
<template>
<div>
Hello World
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment