Skip to content

Instantly share code, notes, and snippets.

@simonjcarr
Created August 15, 2020 14:50
Show Gist options
  • Select an option

  • Save simonjcarr/278ecf4e56216419f27064ccce5263a9 to your computer and use it in GitHub Desktop.

Select an option

Save simonjcarr/278ecf4e56216419f27064ccce5263a9 to your computer and use it in GitHub Desktop.
<template>
<div class="home">
<BlogRoll />
</div>
</template>
<script>
import BlogRoll from '@/components/blog/BlogRoll.vue'
export default {
name: "Home",
components: {
BlogRoll
}
};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment