Skip to content

Instantly share code, notes, and snippets.

@ktquez
Created September 18, 2017 21:24
Show Gist options
  • Save ktquez/7e89514476314a5418ca66f387bc78bf to your computer and use it in GitHub Desktop.
Save ktquez/7e89514476314a5418ca66f387bc78bf to your computer and use it in GitHub Desktop.
<template>
<div id="app">
...
<router-view />
...
</div>
</template>
<script>
export default {
name: 'default' // id of the layout (required)
...
}
</script>
<style>
/* your style */
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment