Skip to content

Commit

Permalink
馃Ч Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbeauvais committed May 17, 2020
1 parent d440bc4 commit 60085d5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions examples/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<template>
<div>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/fontawesome.min.css" integrity="sha256-CuUPKpitgFmSNQuPDL5cEfPOOJT/+bwUlhfumDJ9CI4=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/brands.min.css" integrity="sha256-wfbbsQFYKnizQi/WLPXS3wVDu0Dpi2yUQpZBDsb2H1s=" crossorigin="anonymous" />

<h1>Vue Social Sharing Demo</h1>
<div class="share-network-list">
<ShareNetwork
Expand Down Expand Up @@ -50,13 +53,6 @@ export default {
{ network: 'fakeblock', name: 'Custom Network', icon: 'fa-vuejs', color: '#41b883' }
]
}
},
created () {
// Load font awesome
const fa = document.createElement('script')
fa.src = 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/brands.min.js'
document.head.appendChild(fa)
}
}
</script>
Expand Down

0 comments on commit 60085d5

Please sign in to comment.