homebox/frontend/components/global/Spacer.vue
Hayden a886fa86ca
feat: add archive item options (#122)
Add archive option feature. Archived items can only be seen on the items page when including archived is selected. Archived items are excluded from the count and from other views
2022-10-31 23:30:42 -08:00

3 lines
63 B
Vue

<template>
<div class="grow-1 max-w-full"></div>
</template>