forked from DebaucheryLibrarian/traxxx
Added unstash buttons to non-favorites stash items
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
:release="release"
|
||||
:referer="referer"
|
||||
:index="index"
|
||||
:stash="stash"
|
||||
@stash="isStashed => $emit('stash', isStashed)"
|
||||
/>
|
||||
</li>
|
||||
@@ -63,6 +64,10 @@ export default {
|
||||
type: String,
|
||||
default: null,
|
||||
},
|
||||
stash: {
|
||||
type: Object,
|
||||
default: null,
|
||||
},
|
||||
},
|
||||
emits: ['stash'],
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user