Created
September 6, 2018 21:08
-
-
Save kuroski/ce9ae53a79e515a078e309a6ddd61f76 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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