Added visibility toggle to stash tile. Collapsed stash page directory structure.
This commit is contained in:
10
pages/stashes/actors/+Page.vue
Normal file
10
pages/stashes/actors/+Page.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<Stash>
|
||||
<Actors />
|
||||
</Stash>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import Stash from '#/components/stashes/stash.vue';
|
||||
import Actors from '#/components/actors/actors.vue';
|
||||
</script>
|
||||
Reference in New Issue
Block a user