Add:Podcast latest page includes Mark as Finished button #3321

This commit is contained in:
advplyr 2024-08-29 17:27:52 -05:00
parent c45c82306e
commit acc4bdbc5e
2 changed files with 46 additions and 7 deletions

View file

@ -24,12 +24,12 @@ export default {
computed: {},
methods: {
clickBtn(e) {
e.stopPropagation()
if (this.disabled) {
e.preventDefault()
return
}
this.$emit('click')
e.stopPropagation()
}
},
mounted() {}
@ -54,4 +54,4 @@ button.icon-btn:hover:not(:disabled)::before {
button.icon-btn:disabled::before {
background-color: rgba(0, 0, 0, 0.2);
}
</style>
</style>