feat: refs #8118 add VnDropdown component and integrate it into Claim and Ticket summaries #1517

Merged
benjaminedc merged 53 commits from 8118-createComponentVnDropdown into dev 2025-03-26 10:32:30 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 969963fd5a - Show all commits

View File

@ -8,7 +8,7 @@ export const useDescriptorStore = defineStore('descriptorStore', () => {
if (Object.keys(descriptors).length) return descriptors;
const currentDescriptors = {};
const files = import.meta.glob(`/src/**/*DescriptorProxy.vue`);
const files = import.meta.glob(`src/**/*DescriptorProxy.vue`);
const moduleParser = {
account: 'user',
client: 'customer',