Skip to content

Instantly share code, notes, and snippets.

@NovoManu
Last active December 7, 2020 12:41
Show Gist options
  • Save NovoManu/89bbfb882838ba9038b4a2883ed66a50 to your computer and use it in GitHub Desktop.
Save NovoManu/89bbfb882838ba9038b4a2883ed66a50 to your computer and use it in GitHub Desktop.
<template>
<div>
<h1>This is an user profile child page</h1>
</div>
</template>
<script>
export default {
name: 'UserProfile'
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment