Skip to content

Instantly share code, notes, and snippets.

@mfaridzia
Last active March 9, 2018 13:56
Show Gist options
  • Save mfaridzia/bfa1097b1bc0b0807ee043401a500ec3 to your computer and use it in GitHub Desktop.
Save mfaridzia/bfa1097b1bc0b0807ee043401a500ec3 to your computer and use it in GitHub Desktop.
<template>
<div id="app">
<div class="detail">
<router-view></router-view>
</div>
</div>
</template>
<script>
export default {
}
</script>
<style>
#app {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment