chore: Update page links on index-page.vue
All checks were successful
CI / cache-and-install (push) Successful in 55s
All checks were successful
CI / cache-and-install (push) Successful in 55s
This commit is contained in:
@ -8,7 +8,7 @@ export const usePageData = defineBasicLoader(
|
||||
async (...args) => {
|
||||
console.log('[DefineLoaderFn]', 'args :>> ', args);
|
||||
const [route] = args;
|
||||
await new Promise((resolve) => setTimeout(resolve, 520));
|
||||
await new Promise((resolve) => setTimeout(resolve, 777));
|
||||
return { idFromPreviousPage: route.params.id, someOtherData: 'someOtherData' };
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user