mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-23 15:19:41 +02:00
refactor(frontend): 🚧 Migrate Dashboard to Nuxt
Add API and Functinality for Admin Dashboard. Stills needs to clean-up. See // TODO's
This commit is contained in:
parent
41a6916771
commit
9386cc320b
32 changed files with 671 additions and 113 deletions
3
frontend/composables/use-utils.ts
Normal file
3
frontend/composables/use-utils.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export const useAsyncKey = function () {
|
||||
return String(Date.now());
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue