Skip to content

Instantly share code, notes, and snippets.

@lmiller1990
Created January 26, 2018 11:46
Show Gist options
  • Save lmiller1990/afda6007f3ede5a5081aaaea1b2d16f6 to your computer and use it in GitHub Desktop.
Save lmiller1990/afda6007f3ede5a5081aaaea1b2d16f6 to your computer and use it in GitHub Desktop.
<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