Fixed context menu in artist tab download

This commit is contained in:
RemixDev 2020-12-14 14:25:36 +01:00
parent af4fc98aaf
commit 3235ba00b9
No known key found for this signature in database
GPG Key ID: B33962B465BDB51C
3 changed files with 1124 additions and 1124 deletions

View File

@ -38,7 +38,7 @@
"rollup-plugin-analyzer": "^3.3.0",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-vue": "^4.7.2",
"rollup-plugin-vue": "^4.2.0",
"sass": "^1.30.0",
"tailwindcss": "^1.9.6",
"vue-template-compiler": "^2.6.12"

File diff suppressed because one or more lines are too long

View File

@ -8,6 +8,7 @@
@click.stop="sendAddToQueue(downloadLink)"
aria-label="download"
role="button"
:data-cm-link="downloadLink"
>
<i class="text-4xl material-icons" :title="$t('globals.download_hint')">get_app</i>
</div>
@ -188,4 +189,3 @@ export default defineComponent({
}
})
</script>