Skip to content

Instantly share code, notes, and snippets.

@mazipan
Created November 14, 2018 09:34
Show Gist options
  • Save mazipan/e5f6355451a6684bf493a360acf5487d to your computer and use it in GitHub Desktop.
Save mazipan/e5f6355451a6684bf493a360acf5487d to your computer and use it in GitHub Desktop.
<template>
<div class="app">
<FacebookIcon
width="36px"
height="36px"
color="#3b5998"/>
</div>
</template>
<script>
import FacebookIcon from './icons/FacebookIcon.vue'
export default {
name: 'App',
components: {
FacebookIcon
}
};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment