Skip to content

Instantly share code, notes, and snippets.

@hibuno
Created January 16, 2018 16:33
Show Gist options
  • Save hibuno/6274d0ca460dbfddff343cadca259e55 to your computer and use it in GitHub Desktop.
Save hibuno/6274d0ca460dbfddff343cadca259e55 to your computer and use it in GitHub Desktop.
Example component for layout
<template>
<div>
<h4>Ini header</h4>
<nuxt/>
<h4>Ini side bar</h4>
<h4>Ini footer</h4>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment