Upgrade deps
This commit is contained in:
parent
02df1866c0
commit
643eba44de
8 changed files with 786 additions and 483 deletions
|
@ -25,12 +25,9 @@
|
|||
<style lang="scss">
|
||||
@import url('https://fonts.googleapis.com/css?family=Comfortaa');
|
||||
|
||||
@import "bulma/sass/utilities/initial-variables.sass";
|
||||
@import "bulma/sass/utilities/functions.sass";
|
||||
@import "scss/_variables";
|
||||
@import "bulma/sass/utilities/derived-variables.sass";
|
||||
@import "bulma/sass/utilities/mixins.sass";
|
||||
@import "bulma/sass/utilities/controls.sass";
|
||||
@import "scss/_variables.scss";
|
||||
@import "bulma/sass/utilities/_all.sass";
|
||||
@import "bulma/sass/base/_all.sass";
|
||||
@import "bulma/sass/helpers/_all.sass";
|
||||
@import "bulma/sass/elements/title.sass";
|
||||
@import "bulma/sass/elements/button.sass";
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue