Fixed context menu in artist tab download
This commit is contained in:
parent
af4fc98aaf
commit
3235ba00b9
@ -38,7 +38,7 @@
|
|||||||
"rollup-plugin-analyzer": "^3.3.0",
|
"rollup-plugin-analyzer": "^3.3.0",
|
||||||
"rollup-plugin-postcss": "^3.1.8",
|
"rollup-plugin-postcss": "^3.1.8",
|
||||||
"rollup-plugin-svg": "^2.0.0",
|
"rollup-plugin-svg": "^2.0.0",
|
||||||
"rollup-plugin-vue": "^4.7.2",
|
"rollup-plugin-vue": "^4.2.0",
|
||||||
"sass": "^1.30.0",
|
"sass": "^1.30.0",
|
||||||
"tailwindcss": "^1.9.6",
|
"tailwindcss": "^1.9.6",
|
||||||
"vue-template-compiler": "^2.6.12"
|
"vue-template-compiler": "^2.6.12"
|
||||||
|
2244
public/js/bundle.js
2244
public/js/bundle.js
File diff suppressed because one or more lines are too long
@ -8,6 +8,7 @@
|
|||||||
@click.stop="sendAddToQueue(downloadLink)"
|
@click.stop="sendAddToQueue(downloadLink)"
|
||||||
aria-label="download"
|
aria-label="download"
|
||||||
role="button"
|
role="button"
|
||||||
|
:data-cm-link="downloadLink"
|
||||||
>
|
>
|
||||||
<i class="text-4xl material-icons" :title="$t('globals.download_hint')">get_app</i>
|
<i class="text-4xl material-icons" :title="$t('globals.download_hint')">get_app</i>
|
||||||
</div>
|
</div>
|
||||||
@ -188,4 +189,3 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user