feat: refs #7196 update vite and q-calendar #1264

Merged
alexm merged 11 commits from 7196-updateVite into dev 2025-01-22 11:05:57 +00:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 675820eff6 - Show all commits

View File

@ -65,7 +65,6 @@
"overrides": {
"@vitejs/plugin-vue": "^5.2.1",
"vite": "^6.0.11",
"vitest": "^0.31.1",
"sass": "^1.83.4"
"vitest": "^0.31.1"
}
}

View File

@ -9,7 +9,7 @@ const arrayDataStore = useArrayDataStore();
export function useArrayData(key, userOptions) {
key ??= useRoute().meta.moduleName;
if (!key) throw new Error('ArrayData: A key is required to use this composable');
if (!arrayDataStore.get(key)) arrayDataStore.set(key);