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