Skip to content

Instantly share code, notes, and snippets.

@ramsaylanier
Last active February 9, 2018 16:30
Show Gist options
  • Select an option

  • Save ramsaylanier/36581b981824a5b2cf2828e77e0c5ffe to your computer and use it in GitHub Desktop.

Select an option

Save ramsaylanier/36581b981824a5b2cf2828e77e0c5ffe to your computer and use it in GitHub Desktop.
<template>
<div id="app">
<icons/>
<router-view/>
</div>
</template>
<script>
import Icons from '@/components/icons/Icons.vue'
export default {
name: 'app',
components: {
Icons
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment