Upgrade deps

This commit is contained in:
Jonathan Cremin 2020-08-21 11:15:06 +01:00
parent 02df1866c0
commit 643eba44de
8 changed files with 786 additions and 483 deletions

View file

@ -11,11 +11,6 @@
<img src='/assets/images/facebook.png' alt='Facebook' height="20" width="20" />
</a>
</li>
<li>
<a v-bind:href="`https://plus.google.com/share?url=${url}`" class='share-dialog'>
<img src='/assets/images/googleplus.png' alt='Google+' height="20" width="20" />
</a>
</li>
</ul>
</template>
@ -24,7 +19,7 @@ export default {
name: 'social-view',
props: ['name', 'artist', 'url'],
mounted() {
// Some hacks to pop open the Twitter/Facebook/Google Plus sharing dialogs without using their code.
// Some hacks to pop open the Twitter/Facebook sharing dialogs without using their code.
Array.prototype.forEach.call(document.querySelectorAll('.share-dialog'), function(dialog){
dialog.addEventListener('click', function(e) {
e.preventDefault();