forked from DebaucheryLibrarian/traxxx
Added favorite stash heart to scene tiles.
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
:release="release"
|
||||
:referer="referer"
|
||||
:index="index"
|
||||
@stash="$emit('stash')"
|
||||
@unstash="$emit('unstash')"
|
||||
/>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -63,6 +65,7 @@ export default {
|
||||
default: null,
|
||||
},
|
||||
},
|
||||
emits: ['stash', 'unstash'],
|
||||
computed: {
|
||||
range,
|
||||
sfw,
|
||||
|
||||
Reference in New Issue
Block a user