Skip to content

Instantly share code, notes, and snippets.

@lmiller1990
Created January 26, 2018 10:49
Show Gist options
  • Save lmiller1990/cbe3b7addbd48e8b9c278d5cd5862ba4 to your computer and use it in GitHub Desktop.
Save lmiller1990/cbe3b7addbd48e8b9c278d5cd5862ba4 to your computer and use it in GitHub Desktop.
<template>
<div>
<div class="title">Create Post</div>
</div>
</template>
<script>
export default {
name: 'Create'
}
</script>
<style scoped>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment