feat: create VnSelectCache and add in VnColumn #550

Merged
alexm merged 5 commits from 6825-vnSelectCache into dev 2024-07-15 05:21:54 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a4afba6000 - Show all commits

View File

@ -21,9 +21,9 @@ export const useNavigationStore = defineStore('navigationStore', () => {
'route',
'ticket',
'worker',
'account',
'wagon',
'zone',
'account',
];
const pinnedModules = ref([]);
const role = useRole();