Skip to content

Instantly share code, notes, and snippets.

@hibuno
Created January 16, 2018 16:35
Show Gist options
  • Save hibuno/891086c62dec80150a81b10ad5cb83c3 to your computer and use it in GitHub Desktop.
Save hibuno/891086c62dec80150a81b10ad5cb83c3 to your computer and use it in GitHub Desktop.
Example of component when using custom layout on Nuxt
<template>
<div>
Ini isi dari halaman blog
</div>
</template>
<script>
export default {
layout: 'blog'
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment