Skip to content

Instantly share code, notes, and snippets.

@ramsaylanier
Created November 29, 2017 00:42
Show Gist options
  • Select an option

  • Save ramsaylanier/8de5d12f1f6b3b39d5f6c03361a87c45 to your computer and use it in GitHub Desktop.

Select an option

Save ramsaylanier/8de5d12f1f6b3b39d5f6c03361a87c45 to your computer and use it in GitHub Desktop.
<template>
<div>
<upload-form/>
</div>
</template>
<script>
import UploadForm from '@/components/uploadForm.vue'
export default {
name: 'Home',
components: {
UploadForm
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment