Update Store.vue

This commit is contained in:
Daniel McGee
2026-07-01 23:00:28 -04:00
committed by GitHub
parent 2ac998cf4c
commit 160ed01e06
+3
View File
@@ -47,6 +47,9 @@
</v-list-subheader>
<v-list-item v-else v-bind="props" />
</template>
<template #selection="{ item }">
{{ item.raw.title }}
</template>
</v-select>
</v-col>
</v-row>