Created
November 14, 2018 09:34
-
-
Save mazipan/e5f6355451a6684bf493a360acf5487d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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