Skip to content

Instantly share code, notes, and snippets.

@rajatk16
Created November 18, 2018 03:28
Show Gist options
  • Select an option

  • Save rajatk16/70a35d4c627b485234ab4486fb0f570d to your computer and use it in GitHub Desktop.

Select an option

Save rajatk16/70a35d4c627b485234ab4486fb0f570d to your computer and use it in GitHub Desktop.
<template>
<div id="app" class="content">
<router-view/>
</div>
</template>
<script>
export default {
name: 'App'
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment