Skip to content

Instantly share code, notes, and snippets.

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