Created
January 26, 2018 11:46
-
-
Save lmiller1990/afda6007f3ede5a5081aaaea1b2d16f6 to your computer and use it in GitHub Desktop.
This file contains 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
<template> | |
<div> | |
Create Post Component | |
<slot name="description" /> | |
</div> | |
</template> | |
<script> | |
export default { | |
name: 'CreatePost' | |
} | |
</script> | |
<style scoped> | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment