Skip to content

Instantly share code, notes, and snippets.

@kuroski
Created September 7, 2018 19:42
Show Gist options
  • Save kuroski/e81494463df789d9d1a21c4da82e19ad to your computer and use it in GitHub Desktop.
Save kuroski/e81494463df789d9d1a21c4da82e19ad to your computer and use it in GitHub Desktop.
<script>
export default {
name: 'UserProfile',
props: {
user: {
type: Object,
required: true,
default: () => ({})
}
}
}
</script>
<template>
<div>
UserProfile
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment